Skip to content

Commit 654c3ec

Browse files
Copilotkiyarose
andcommitted
Remove dead wix glob pattern; Tauri v1 outputs WiX files to bundle/msi/, not bundle/wix/
Agent-Logs-Url: https://github.com/SillyLittleTech/PinStick/sessions/5c8f758e-3993-41a5-8d48-d74f391c01b6 Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com>
1 parent 951f411 commit 654c3ec

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
installer_candidates=(
8383
cross-platform/src-tauri/target/release/bundle/nsis/**/*.exe
8484
cross-platform/src-tauri/target/release/bundle/msi/**/*.msi
85-
cross-platform/src-tauri/target/release/bundle/wix/**/*.msi
8685
)
8786
if [ ${#installer_candidates[@]} -eq 0 ]; then
8887
echo "No Windows installer artifacts found under cross-platform/src-tauri/target/release/bundle/{nsis,msi,wix}"

.github/workflows/prerelease.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
installer_candidates=(
9090
cross-platform/src-tauri/target/release/bundle/nsis/**/*.exe
9191
cross-platform/src-tauri/target/release/bundle/msi/**/*.msi
92-
cross-platform/src-tauri/target/release/bundle/wix/**/*.msi
9392
)
9493
if [ ${#installer_candidates[@]} -eq 0 ]; then
9594
echo "No Windows installer artifacts found under cross-platform/src-tauri/target/release/bundle/{nsis,msi,wix}"

0 commit comments

Comments
 (0)