From d548f8eac230a4ab6838dd8e29232e92e344fb9b Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sun, 18 Apr 2021 01:46:38 +0200 Subject: [PATCH] CI: update flatpak job (#359) the repository now hosts two extensions: - flatpak-builder: for building and deploying an artifact - flat-manager: for uploading the artifact to a remote repository (like the elemntary one in the future) this pr changes the CI according to the upstream changes --- .github/workflows/flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 6b89f4b..6bc3de6 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -12,7 +12,7 @@ jobs: options: --privileged steps: - uses: actions/checkout@v2 - - uses: bilelmoussaoui/flatpak-github-actions@master + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@master with: bundle: "sequeler-nightly.flatpak" manifest-path: "build-aux/com.github.alecaddd.sequeler.json"