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
|
- name: Generate DEB
|
||||||
run: |
|
run: |
|
||||||
python generate-deb.py
|
python generate-deb.py
|
||||||
|
- run: tar -cvf flatpak.tar flatpak
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: sweecrypt-gtk.deb
|
path: sweecrypt-gtk.deb
|
||||||
|
@ -39,4 +40,4 @@ jobs:
|
||||||
run: flatpak-builder --disable-rofiles-fuse flatpak codes.swee.SweeCryptGTK.json
|
run: flatpak-builder --disable-rofiles-fuse flatpak codes.swee.SweeCryptGTK.json
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: flatpak/
|
path: flatpak.tar
|
Loading…
Reference in a new issue