Skip to content

Commit

Permalink
Use version for Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi authored Jan 6, 2024
1 parent d50ecba commit 239fa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
dest: ${{ env.GAME_EXECUTABLE_NAME }}_windows.zip
- name: Create Installer
if: ${{ env.BUILD_INSTALLER }}
run: dotnet build -p:Version=1.2.3 -c Release build/windows/installer/Installer.wixproj --output installer
run: dotnet build -p:Version=${{ env.VERSION }} -c Release build/windows/installer/Installer.wixproj --output installer
- name: Upload release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 239fa3a

Please sign in to comment.