Update .forgejo/workflows/build.yml

This commit is contained in:
Nova Cat 2025-03-16 20:56:35 -07:00
parent dad77b30af
commit cfd846287b

View file

@ -42,4 +42,18 @@ jobs:
- name: Upload screenshot
uses: actions/upload-artifact@v3
with:
path: screenshot.png
path: screenshot.png
apt:
name: Build Debian Package
runs-on: docker
needs: syntax
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Generate DEB
run: |
python3 generate-deb.py
- name: Upload package for testing
uses: actions/upload-artifact@v3
with:
path: sweecrypt-gtk.deb