Update .forgejo/workflows/build.yml
All checks were successful
Auto build / Build Debian Package (push) Successful in 45s
Auto build / Build Flatpak Package (push) Successful in 1m4s

This commit is contained in:
Nova Cat 2024-12-27 21:35:18 -08:00
parent 147ebccfd8
commit f15a14d470

View file

@ -36,7 +36,7 @@ jobs:
- name: Generate file for use in flatpak
run: python generate-flatpak.py
- name: Build flatpak package
run: flatpak-builder --no-gpg-verify --repo=/home/runner/public/flatrepo --disable-rofiles-fuse flatpak codes.swee.SweeCryptGTK.json
run: flatpak-builder --repo=/home/runner/public/flatrepo --disable-rofiles-fuse flatpak codes.swee.SweeCryptGTK.json
- name: Package the directory
run: tar -cvf flatpak.tar flatpak
- uses: actions/upload-artifact@v3