Skip to content

Commit c4defbd

Browse files
committed
Build unpacked folder instead of portable
1 parent 187f079 commit c4defbd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/desktop-arm64-portable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
bun ./scripts/prepare.ts
2626
bun install --ignore-scripts
2727
bun run build
28-
npx electron-builder --win --arm64 --publish never --config electron-builder.config.ts
28+
npx electron-builder --win --arm64 --publish never --dir --config electron-builder.config.ts
2929
3030
- name: Upload
3131
uses: actions/upload-artifact@v4
3232
with:
33-
name: opencode-portable
34-
path: packages/desktop/dist/*portable*.exe
33+
name: opencode-unpacked
34+
path: packages/desktop/dist/win-unpacked/

0 commit comments

Comments
 (0)