We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1f0af commit b4e527eCopy full SHA for b4e527e
.github/workflows/release.yml
@@ -9,13 +9,6 @@ jobs:
9
runs-on: windows-latest
10
steps:
11
- uses: actions/checkout@v3
12
- - uses: actions/setup-dotnet@v3
13
- with:
14
- dotnet-version: '7.0.x'
15
- - name: Install wix
16
- run: dotnet tool install --global wix --version 4.0.0
17
- - name: Build Installer
18
- run: wix build GridfinityGenerator.wxs -o dist/GridfinityGenerator-${{ github.ref_name }}.msi
19
- name: Create zip file for manual installation
20
uses: vimtor/action-zip@v1
21
with:
0 commit comments