diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 0b08e5cb..1331dac4 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -17,7 +17,11 @@ on: jobs: build_cooker_snap: runs-on: ubuntu-latest + container: + image: bilelmoussaoui/flatpak-github-actions:kde-5.15-21.08 + options: --privileged steps: + - uses: actions/checkout@v3 - name: Prepearing enviornment run: | @@ -31,21 +35,13 @@ jobs: # flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml # flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck - Build_flatpak: - runs-on: ubuntu-latest - container: - image: bilelmoussaoui/flatpak-github-actions:kde-5.15-21.08 - options: --privileged - steps: - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 + - name: Build Flatpak with: bundle: RetroDECK.flatpak manifest-path: com.xargon.retrodeck.yml cache-key: flatpak-builder-${{ github.sha }} - Create_cooker_release: - runs-on: ubuntu-latest - steps: - name: Publish the flatpak in a new cooker release uses: ncipollo/release-action@v1 with: