Update .forgejo/workflows/build.yml
All checks were successful
Test / Check syntax (push) Successful in 13s
Test / Test the application (push) Successful in 1m22s
Test / Build Debian Package (push) Successful in 2m44s

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