Update .forgejo/workflows/build.yml
This commit is contained in:
parent
644f0f1ba8
commit
75a504b1f4
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Take a screenshot
|
||||
run: DISPLAY=:5 scrot screenshot.png
|
||||
- name: Upload screenshot
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
path: screenshot.png
|
||||
apt:
|
||||
|
@ -56,6 +56,6 @@ jobs:
|
|||
run: |
|
||||
python3 generate-deb.py
|
||||
- name: Upload package for testing
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
path: sweecrypt-gtk.deb
|
Loading…
Add table
Reference in a new issue