Skip to content

Commit

Permalink
chore: Adjust zipping
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jul 20, 2024
1 parent 3aef30f commit eb7dc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
rm *ToolChain.net6.Manifest*.nupkg
rm *ToolChain.net7.Manifest*.nupkg
rm *ToolChain.net8.Manifest*.nupkg
unzip -o `*.nupkg` -d uno
unzip -o '*.nupkg' -d uno
- name: Zip Archive
run: |
Expand Down

0 comments on commit eb7dc6c

Please sign in to comment.