Skip to content

Commit

Permalink
Stop explicitly passing version for windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi authored Jul 24, 2023
1 parent f378474 commit a09350c
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 @@ -145,7 +145,7 @@ jobs:
files: target/release/assets/ target/release/credits/ target/release/${{ env.GAME_EXECUTABLE_NAME }}.exe
dest: ${{ env.GAME_EXECUTABLE_NAME }}_windows.zip
- name: Create Installer
run: dotnet build -p:Version='${{ env.VERSION }}' -c Release build/windows/installer/Installer.wixproj --output installer
run: dotnet build -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 a09350c

Please sign in to comment.