Skip to content

Commit

Permalink
add env: to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol committed Nov 3, 2024
1 parent f1bdcb3 commit 8acb638
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 @@ -92,7 +92,7 @@ jobs:
Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
refreshenv
cd ./build/package/windows
go-msi make --msi "$MSI_NAME" --version "$VERSION"
go-msi make --msi $env:MSI_NAME --version $env:VERSION
- name: Publish Release Assets
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 8acb638

Please sign in to comment.