Skip to content

Commit e0d5f69

Browse files
more windows fixes
1 parent 683f3c0 commit e0d5f69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/onPushPackaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
artifact_name: macos-pkg
1515
artifact_path: cli/dist/**/*.pkg
1616
- os: windows-latest
17-
command: pack win
17+
command: pack win --targets win32-x64
1818
artifact_name: windows-installer
1919
artifact_path: cli/dist/**/*.exe
2020
- os: ubuntu-latest

.github/workflows/onRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
artifact_name: macos-pkg
1919
artifact_path: cli/dist/**/*.pkg
2020
- os: windows-latest
21-
command: pack win
21+
command: pack win --targets win32-x64
2222
artifact_name: windows-installer
2323
artifact_path: cli/dist/**/*.exe
2424
- os: ubuntu-latest

0 commit comments

Comments
 (0)