Skip to content

Commit

Permalink
unquote wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint authored Oct 4, 2023
1 parent 0571a5e commit 16391d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ jobs:
(cd "${{ matrix.target }}" && 7z -r -v1900M a "../compressed.zip")
# Rename to artifact.001.vvppp, artifact.002.vvppp, ...
for FILE in $(ls "compressed.zip.*"); do
for FILE in $(ls "compressed.zip."*); do
NUMBER=${FILE##*.} # 001
mv "${FILE}" "${{ steps.vars.outputs.package_name }}.${NUMBER}.vvppp"
done
Expand Down

0 comments on commit 16391d1

Please sign in to comment.