We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187f079 commit c4defbdCopy full SHA for c4defbd
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 --config electron-builder.config.ts
+ npx electron-builder --win --arm64 --publish never --dir --config electron-builder.config.ts
29
30
- name: Upload
31
uses: actions/upload-artifact@v4
32
with:
33
- name: opencode-portable
34
- path: packages/desktop/dist/*portable*.exe
+ name: opencode-unpacked
+ path: packages/desktop/dist/win-unpacked/
0 commit comments