mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
Compare commits
2 Commits
d3be96de79
...
fix/electr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
534c23969c | ||
|
|
3fa4721358 |
4
.github/workflows/electron-release.yml
vendored
4
.github/workflows/electron-release.yml
vendored
@@ -12,6 +12,8 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -39,7 +41,7 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Build Electron app
|
||||
run: npm run dist:${{ matrix.platform }}
|
||||
run: npm run electron:build && npm run electron:prepare && npx electron-builder --${{ matrix.platform }} --publish never
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user