Skip to content

Commit

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

0 comments on commit 1d7d511

Please sign in to comment.