Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/create-release-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fi
- name: Install Node modules
run: |
export PATH="${PATH}:/c/hostedtoolcache/windows/node/22.21.1/x64"
export PATH="${PATH}:/c/hostedtoolcache/windows/node/22.22.0/x64"
npm install
- name: Download CodeSignTool and extract
run: |
Expand All @@ -88,7 +88,7 @@ jobs:
shell: powershell
- name: Build an MSI
run: |
export PATH="${PATH}:$PWD/build-tools/wixtool:/c/hostedtoolcache/windows/node/22.21.1/x64"
export PATH="${PATH}:$PWD/build-tools/wixtool:/c/hostedtoolcache/windows/node/22.22.0/x64"
export CODESIGN_TOOL_DIR="$PWD/build-tools/codesign"
./gradlew clean :desktop:jpackage
env:
Expand Down
Loading