Skip to content

Commit b4e527e

Browse files
committed
ci: disable installer generation as it often crashes and requires fixes in configuration before it can be reenabled
1 parent 0c1f0af commit b4e527e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ jobs:
99
runs-on: windows-latest
1010
steps:
1111
- 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
1912
- name: Create zip file for manual installation
2013
uses: vimtor/action-zip@v1
2114
with:

0 commit comments

Comments
 (0)