Skip to content

Commit

Permalink
Escape for unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Oct 22, 2024
1 parent 89753d2 commit b8543d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
pattern: curl_cffi-*

- run: |
unzip *.zip -d dist
ls -al
unzip \*.zip -d dist
ls -al dist
upload_all:
Expand Down

0 comments on commit b8543d8

Please sign in to comment.