Skip to content

Commit 4df313f

Browse files
committed
๐Ÿ‘ท ci: electron-builder ๋ฒ„๊ทธ ์ˆ˜์ •
1 parent 5f1eb01 commit 4df313f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

โ€Ž.github/workflows/release.ymlโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
run: yarn build:vite
7777

7878
- name: Build electron
79-
run: yarn run electron-builder -p always
79+
run: yarn run electron-builder
8080
env:
81-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81+
GITHUB_TOKEN: ${{ PERSONAL_TOKEN }} # electron-builder์€ ์ž๋™ ์ธ์ฆ ํ† ํฐ์„ ์ง€์›ํ•˜์ง€ ์•Š์Œ

0 commit comments

Comments
ย (0)