Skip to content

Commit c88cfcf

Browse files
committed
ci: update release-fork.yml
1 parent 6ed5a99 commit c88cfcf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release-fork.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ jobs:
6969
OPENCODE_CHANNEL: prod
7070

7171
- name: Package and publish
72-
run: npx electron-builder --win --x64 --publish always --config electron-builder.config.ts
72+
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 }}
7377
working-directory: packages/desktop
7478
timeout-minutes: 60
7579
env:

0 commit comments

Comments
 (0)