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

This commit is contained in:
Nova Cat 2024-12-27 21:55:10 -08:00
parent f15a14d470
commit 49f828ccf0

View file

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