We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed5a99 commit c88cfcfCopy full SHA for c88cfcf
1 file changed
.github/workflows/release-fork.yml
@@ -69,7 +69,11 @@ jobs:
69
OPENCODE_CHANNEL: prod
70
71
- name: Package and publish
72
- run: npx electron-builder --win --x64 --publish always --config electron-builder.config.ts
+ run: >-
73
+ npx electron-builder --win --x64 --publish always
74
+ --config electron-builder.config.ts
75
+ -c.publish.owner=${{ github.repository_owner }}
76
+ -c.publish.repo=${{ github.event.repository.name }}
77
working-directory: packages/desktop
78
timeout-minutes: 60
79
env:
0 commit comments