From c73fcf17fd91652709fea7b301b947c9284db0fd Mon Sep 17 00:00:00 2001 From: Adi Hezral Date: Wed, 20 Oct 2021 16:07:55 +0800 Subject: [PATCH] fix flatpak action --- .github/workflows/main.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce8b69b..bd9f200 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,7 @@ name: CI # This workflow will run for any pull request or pushed commit -#<<<<<<< flatpak on: [push, pull_request] -#======= -#on: -# push: -# branches: [flatpak] -# pull_request: -#>>>>>>> master # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -28,7 +21,7 @@ jobs: - uses: actions/checkout@v2 # Builds your flatpak manifest using the Flatpak Builder action - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3 + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 with: # This is the name of the Bundle file we're building and can be anything you like bundle: quickword.flatpak @@ -41,4 +34,4 @@ jobs: # These lines specify the location of the elementary Runtime and Sdk repository-name: appcenter repository-url: https://flatpak.elementary.io/repo.flatpakrepo - cache-key: "flatpak-builder-${{ github.sha }}" + cache-key: "flatpak-builder-${{ github.sha }}" \ No newline at end of file