Skip to content

Commit

Permalink
Download in a separate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Oct 23, 2024
1 parent b8543d8 commit 9bb996c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ jobs:
- uses: actions/[email protected] # https://github.com/actions/upload-artifact/issues/478
with:
pattern: curl_cffi-*
path: download

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

0 comments on commit 9bb996c

Please sign in to comment.