Update .forgejo/workflows/build.yml
This commit is contained in:
parent
dad77b30af
commit
cfd846287b
1 changed files with 15 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue