Update .forgejo/workflows/build.yml
This commit is contained in:
parent
7b63dac8e2
commit
336df07b38
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Wait 5 secs
|
||||
run: sleep 5
|
||||
- name: Take a screenshot
|
||||
run: xwd -root -display :5 | convert - jpg:- > screenshot.jpg
|
||||
run: DISPLAY=:5 xwd -root | convert - jpg:- > screenshot.jpg
|
||||
- name: Upload screenshot
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue