From b39ef56d07b016710a5c2a3c63d67bf398d707b7 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Thu, 25 Jan 2024 12:30:33 +0100 Subject: [PATCH] Also copy flathub.json --- .github/workflows/build-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index e5d6d0c2..fcf51cd4 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -92,6 +92,7 @@ jobs: dart manifest_generator.dart --meta ../flatpak_meta.json --github mkdir ../../flathub cp flatpak_generator_exports/de.wger.flutter.json ../../flathub + cp flatpak_generator_exports/flathub.json ../../flathub - name: Push updated config to flathub repository uses: cpina/github-action-push-to-another-repository@main @@ -120,7 +121,5 @@ jobs: git checkout -b release-${{ env.VERSION }} git add pubspec.yaml git commit -m "Bump version to $( flutter pub run cider version )" - git tag ${{ env.VERSION }} - git push origin ${{ env.VERSION }} git push origin --delete ${{ env.VERSION_V }} git push \ No newline at end of file