Skip to content

Commit 7bd7f7f

Browse files
Fix Windows installer version (#4502) (#4519)
* Fix Windows installer version Co-authored-by: Martin Costello <martin@martincostello.com>
1 parent 5c28dd1 commit 7bd7f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-alloy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# This step bypasses make so that Go does not rebuild the executables and lose the signed files from the previous job
151151
- name: Build unsigned Windows installer containing signed files
152152
run: |
153-
RELEASE_BUILD=1 makensis -V4 -DVERSION=$(VERSION) -DOUT="../../dist/alloy-installer-windows-amd64.exe" ./packaging/windows/install_script.nsis
153+
RELEASE_BUILD=1 makensis -V4 -DVERSION=${VERSION} -DOUT="../../dist/alloy-installer-windows-amd64.exe" ./packaging/windows/install_script.nsis
154154
env:
155155
VERSION: ${{ github.ref_name }}
156156

0 commit comments

Comments
 (0)