Skip to content

Commit

Permalink
ci: use file name with version number for win msvc version
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Dec 7, 2023
1 parent 6502160 commit 83a235b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-x86_64-pc-windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
os: [x86_64-pc-windows-msvc-self-hosted]
include:
- os: x86_64-pc-windows-msvc-self-hosted
ASSET_PATH: "rust/build/dist/rust-nightly-x86_64-pc-windows-msvc.zip"
ASSET_PATH: "rust/build/dist/rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-msvc.zip"
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-msvc.zip"
ASSET_CONTENT_TYPE: "application/x-tar"
steps:
Expand Down

0 comments on commit 83a235b

Please sign in to comment.