Skip to content

Commit

Permalink
do not override screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejb committed Mar 11, 2024
1 parent 272fc81 commit 103c169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/take_screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cargo run --release > cargo.log 2>&1 &
sleep 30
cat cargo.log
scrot -o screenshot.png
scrot screenshot.png
- name: Commit and push screenshot
run: |
Expand Down

0 comments on commit 103c169

Please sign in to comment.