Skip to content

Commit

Permalink
fix gnu windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Oct 19, 2023
1 parent 81f079b commit e6331b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-x86_64-pc-windows-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
os: [x86_64-pc-windows-gnu-self-hosted]
include:
- os: x86_64-pc-windows-gnu-self-hosted
ASSET_PATH: "rust/build/dist/rust-nightly-x86_64-pc-windows-gnu.zip"
ASSET_NAME: "rust-nightly-x86_64-pc-windows-gnu.zip"
ASSET_PATH: "rust/build/dist/rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-gnu.zip"
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-pc-windows-gnu.zip"
ASSET_CONTENT_TYPE: "application/x-tar"
steps:
- name: Checkout repository
Expand Down

0 comments on commit e6331b9

Please sign in to comment.