Skip to content

Commit

Permalink
ci: fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Apr 26, 2024
1 parent bd7beda commit 7ba6bce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
overwrite: true

- name: Create installer
run: dotnet build -p:Version=${{ env.TAG }} -c Release build/windows/installer/Installer.wixproj --output installer
run: |
set VERSION=
dotnet build -p:Version=${{ env.TAG }} -c Release build/windows/installer/Installer.wixproj --output installer
- name: Upload artifact to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 7ba6bce

Please sign in to comment.