This commit is contained in:
Mauro Balades
2024-08-04 23:03:59 +02:00
parent 1b72b68a47
commit c00eb07484

View File

@@ -285,7 +285,6 @@ jobs:
path: ./dist/zen-${{ matrix.generic == true && 'generic' || 'specific' }}.AppImage
release-flatpak:
if: ${{ github.event.inputs.create_release == 'true' }}
permissions: write-all
@@ -300,6 +299,7 @@ jobs:
repository: flathub/io.github.zen_browser.zen
token: ${{ secrets.DEPLOY_KEY }}
- name: Update repo
uses: actions/checkout@v4
with:
@@ -325,6 +325,12 @@ jobs:
--output io.github.zen_browser.zen.yml \
--template-root ./zen-browser/flatpak
- name: Commit changes
run: |
git add io.github.zen_browser.zen.yml
git commit -m "Update to version ${{ needs.build-data.outputs.version }}"
git push || true
- name: Clean up
run: |
rm -rf zen-browser