From 5b5700d27ad09d4829adf14c139abfb9751b984c Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Sat, 2 Apr 2022 22:48:09 +0900 Subject: [PATCH 1/2] Update main.yml sudo --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 35bdf1ef..7023d2e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - ./build-flatpak.sh - flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml - flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml - flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck + sudo ./build-flatpak.sh + sudo flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml + sudo flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml + sudo flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck From d2e4bae5ac021efbb18fbebbe15e2b231b3ec2fa Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Mon, 4 Apr 2022 19:35:09 +0900 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7023d2e9..1e685fe3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: beta-build +name: cooker # Controls when the workflow will run on: @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 # Runs a set of commands using the runners shell - - name: Run a multi-line script + - name: Build flatpak run: | sudo ./build-flatpak.sh sudo flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml