Skip to content

Commit

Permalink
maybe this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
Misieq01 committed Oct 17, 2024
1 parent 94759ae commit d680dc1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '3.1.x'
global-json-file: 'src-tauri/global.json'

- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -177,13 +176,22 @@ jobs:
uses: microsoft/setup-msbuild@v2
if: startsWith(runner.os,'Windows')

- name: Install Wixsharp (windows)
run: dotnet tool install --global WixSharp.wix.bin --version 3.14.1 --allow-downgrade --create-manifest-if-needed
# - name: Install Wixsharp (windows)
# run: dotnet tool install --global WixSharp.wix.bin --version 3.14.1 --allow-downgrade --create-manifest-if-needed
# if: startsWith(runner.os,'Windows')
- name: Wixsharp package (windows)
if: startsWith(runner.os,'Windows')
run: |
choco install wixsharp -y
# - name: Install WiX (windows)
# run: dotnet tool install --global wix --version 3.14.1 --allow-downgrade --create-manifest-if-needed
# if: startsWith(runner.os,'Windows')

- name: Install WiX (windows)
run: dotnet tool install --global wix --version 3.14.1 --allow-downgrade --create-manifest-if-needed
if: startsWith(runner.os,'Windows')
run: |
choco install wixtoolset -y
- name: Build Installer
shell: bash
Expand Down
Empty file removed src-tauri/global.json
Empty file.

0 comments on commit d680dc1

Please sign in to comment.