Skip to content

Commit

Permalink
CI: Fix setting asset information on Windows.
Browse files Browse the repository at this point in the history
Apparently I didn't test that beforehand.
  • Loading branch information
SamirTalwar committed Mar 1, 2023
1 parent 9dec364 commit f00f533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
name: Set the asset information
run: |
$Tag = '${{ github.ref }}' -replace '.+/', ''
echo "asset_name=smoke-${Tag}-windows-x64.exe" >> "$GITHUB_OUTPUT"
echo "asset_path=out\build\release\smoke.exe" >> "$GITHUB_OUTPUT"
echo "asset_name=smoke-${Tag}-windows-x64.exe" >> "$Env:GITHUB_OUTPUT"
echo "asset_path=out\build\release\smoke.exe" >> "$Env:GITHUB_OUTPUT"
- name: Upload the asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit f00f533

Please sign in to comment.