Skip to content

Commit

Permalink
chore: Adjust version replace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Aug 2, 2024
1 parent 935a223 commit 1a694f1
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 @@ -365,7 +365,7 @@ jobs:
cd nuget
# Adjust version numbers for target files
find . -name 'runtime/*.*' -exec sed -i "s/\\\$buildversion\\\$/${{ steps.gitversion.outputs.semVer }}/g" {} \;
sed -i "s/\\\$buildversion\\\$/${{ steps.gitversion.outputs.semVer }}/g" buildTransitive/*.*
# Unzip all packages in separate folders
find . -name '*.zip' -exec sh -c 'unzip -d "${1%.*}" "$1"' _ {} \;
Expand Down

0 comments on commit 1a694f1

Please sign in to comment.