Skip to content

Commit

Permalink
use wildcard for zip file name
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Jan 29, 2025
1 parent 70f791c commit 8e9883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install TinyRange
run: |
echo $(ls)
echo $(find tinyrange.zip)
echo $(find tinyrange*.zip)
unzip tinyrange*.zip
rm tinyrange.zip
Expand Down

0 comments on commit 8e9883e

Please sign in to comment.