Update .forgejo/workflows/build.yml
This commit is contained in:
parent
5a372963a2
commit
dad77b30af
1 changed files with 1 additions and 16 deletions
|
@ -42,19 +42,4 @@ jobs:
|
|||
- name: Upload screenshot
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
curl --user swee:$SECRET --upload-file sweecrypt-gtk.deb https://git.swee.codes/api/packages/SweeZero/debian/pool/stable/main/upload
|
||||
env:
|
||||
SECRET: ${{ secrets.TOKEN }}
|
||||
path: screenshot.png
|
Loading…
Add table
Reference in a new issue