Skip to content

Commit

Permalink
fixes ${{ VERSION }}
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Sep 18, 2024
1 parent 534027b commit f1b717d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
tag: $VERSION
tag: ${{ VERSION }}
asset_name: choosenim-$tag_windows_amd64.exe
file: ${{ runner.workspace }}/choosenim/bin/choosenim.exe

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
tag: $VERSION
tag: ${{ VERSION }}
asset_name: choosenim-$tag_windows_amd64.zip
file: ${{ runner.workspace }}/choosenim/choosenim-windows.zip

Expand Down

0 comments on commit f1b717d

Please sign in to comment.