Update .forgejo/workflows/build.yml
This commit is contained in:
parent
39f1c41a60
commit
b499977e44
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ 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
|
||||
|
@ -39,4 +40,4 @@ jobs:
|
|||
run: flatpak-builder --disable-rofiles-fuse flatpak codes.swee.SweeCryptGTK.json
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: flatpak/
|
||||
path: flatpak.tar
|
Loading…
Reference in a new issue