Update .forgejo/workflows/build.yml
This commit is contained in:
parent
247920c234
commit
e681ce1542
1 changed files with 5 additions and 3 deletions
|
@ -53,6 +53,8 @@ jobs:
|
|||
- name: Generate DEB
|
||||
run: |
|
||||
python3 generate-deb.py
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: sweecrypt-gtk.deb
|
||||
- name: Upload package
|
||||
run: |
|
||||
curl --user swee:$SECRET --upload-file sweecrypt-gtk.deb https://git.swee.codes/api/packages/swee/debian/pool/stable/main/upload
|
||||
env:
|
||||
SECRET: ${{ secrets.TOKEN }}
|
Loading…
Add table
Reference in a new issue