Skip to content

Commit

Permalink
ci: fix empty patches again
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi authored Sep 8, 2024
1 parent cf343c8 commit 5bda4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
id: data
run: |
touch patches.tar.zst
(cd prev-patches && tar caf ../patches.tar.zst .)
[[ -d prev-patches ]] && (cd prev-patches && tar caf ../patches.tar.zst .)
(printf 'b64=' && base64 -w0 patches.tar.zst && echo) >> "$GITHUB_OUTPUT"
ls -lh *.tar*
Expand Down

0 comments on commit 5bda4c1

Please sign in to comment.