Skip to content

Commit

Permalink
chore: fix ci (wa)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doxoh committed Mar 17, 2024
1 parent fe2b0ca commit 7738a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
echo "branch=${build_info%%/*}" >> $GITHUB_OUTPUT
echo "version=${build_info##*/}" >> $GITHUB_OUTPUT
echo "sdk_commit=$(cat ./modules/sdk_version.txt)" >> $GITHUB_OUTPUT
- run: npm i @altmp/upload-tool@latest
- run: npm i @altmp/upload-tool@1.2.0
- run: npx alt-upload linux coreclr-module/$BRANCH/x64_linux $VERSION $SDK_VERSION
working-directory: ./modules
env:
Expand Down

0 comments on commit 7738a77

Please sign in to comment.