We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c28dd1 commit 7bd7f7fCopy full SHA for 7bd7f7f
.github/workflows/publish-alloy-release.yml
@@ -150,7 +150,7 @@ jobs:
150
# This step bypasses make so that Go does not rebuild the executables and lose the signed files from the previous job
151
- name: Build unsigned Windows installer containing signed files
152
run: |
153
- RELEASE_BUILD=1 makensis -V4 -DVERSION=$(VERSION) -DOUT="../../dist/alloy-installer-windows-amd64.exe" ./packaging/windows/install_script.nsis
+ RELEASE_BUILD=1 makensis -V4 -DVERSION=${VERSION} -DOUT="../../dist/alloy-installer-windows-amd64.exe" ./packaging/windows/install_script.nsis
154
env:
155
VERSION: ${{ github.ref_name }}
156
0 commit comments