We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c665fc commit 3a31952Copy full SHA for 3a31952
1 file changed
.github/workflows/desktop-arm64-portable.yml
@@ -25,10 +25,10 @@ jobs:
25
bun ./scripts/prepare.ts
26
bun install --ignore-scripts
27
bun run build
28
- npx electron-builder --win --arm64 --publish never --dir --config electron-builder.config.ts
+ npx electron-builder --win --arm64 --publish never --config electron-builder.config.ts
29
30
- name: Upload
31
uses: actions/upload-artifact@v4
32
with:
33
- name: opencode-unpacked
34
- path: packages/desktop/dist/win-unpacked/
+ name: opencode-portable
+ path: packages/desktop/dist/*portable*.exe
0 commit comments