Update .forgejo/workflows/build.yml

This commit is contained in:
Nova Cat 2025-01-26 22:12:20 -08:00
parent 247920c234
commit e681ce1542

View file

@ -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 }}