We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683f3c0 commit e0d5f69Copy full SHA for e0d5f69
2 files changed
.github/workflows/onPushPackaging.yml
@@ -14,7 +14,7 @@ jobs:
14
artifact_name: macos-pkg
15
artifact_path: cli/dist/**/*.pkg
16
- os: windows-latest
17
- command: pack win
+ command: pack win --targets win32-x64
18
artifact_name: windows-installer
19
artifact_path: cli/dist/**/*.exe
20
- os: ubuntu-latest
.github/workflows/onRelease.yml
@@ -18,7 +18,7 @@ jobs:
21
22
23
24
0 commit comments