Update .forgejo/workflows/build.yml
This commit is contained in:
parent
b499977e44
commit
27f248292e
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,6 @@ jobs:
|
|||
- name: Generate DEB
|
||||
run: |
|
||||
python generate-deb.py
|
||||
- run: tar -cvf flatpak.tar flatpak
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: sweecrypt-gtk.deb
|
||||
|
@ -38,6 +37,8 @@ jobs:
|
|||
run: python generate-flatpak.py
|
||||
- name: Build flatpak package
|
||||
run: flatpak-builder --disable-rofiles-fuse flatpak codes.swee.SweeCryptGTK.json
|
||||
- name: Package the directory
|
||||
run: tar -cvf flatpak.tar flatpak
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: flatpak.tar
|
Loading…
Reference in a new issue