From e2b79cbcd99c3ea85028a7e0b2de3a90d7dcb0b5 Mon Sep 17 00:00:00 2001 From: prolic Date: Thu, 14 Nov 2024 00:14:06 -0300 Subject: [PATCH] fix ci workflow run id --- .github/workflows/flatpak-repo.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flatpak-repo.yml b/.github/workflows/flatpak-repo.yml index 467d50b..23adfea 100644 --- a/.github/workflows/flatpak-repo.yml +++ b/.github/workflows/flatpak-repo.yml @@ -44,9 +44,10 @@ jobs: - name: Download Flatpak Bundle uses: actions/download-artifact@v3 + run-id: ${{ github.event.workflow_run.id }} with: name: flatpak-bundle - run_id: ${{ github.event.workflow_run.id }} + path: . - name: Create/Update Repository run: | @@ -97,6 +98,13 @@ jobs: # Add the repo files to git git add *.flatpakrepo + - name: Update Repository + run: | + flatpak build-update-repo repo-continuous --no-gpg-verify + if [ -d "repo-stable" ]; then + flatpak build-update-repo repo-stable --no-gpg-verify + fi + - name: Commit Repository Updates run: | git add repo-stable repo-continuous *.flatpakrepo @@ -133,12 +141,12 @@ jobs:

Futr Flatpak Repository

Stable Repository

To add the stable repository:

-
flatpak remote-add --if-not-exists futr-stable https://futrnostr.github.io/futr-flatpak/repo-stable
+
flatpak remote-add --if-not-exists --no-gpg-verify futr-stable https://futrnostr.github.io/futr-flatpak/repo-stable

Or download the repository file

Development Repository

To add the development repository:

-
flatpak remote-add --if-not-exists futr-continuous https://futrnostr.github.io/futr-flatpak/repo-continuous
+
flatpak remote-add --if-not-exists --no-gpg-verify futr-continuous https://futrnostr.github.io/futr-flatpak/repo-continuous

Or download the repository file