Skip to content

Commit 6388ff4

Browse files
committed
fix error, try deploy
1 parent d32ba67 commit 6388ff4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# with:
5656
# token: ${{ secrets.GITHUB_TOKEN }}
5757

58-
build-electron:
58+
build-gh-electron:
5959
# needs: deploy
6060
runs-on: ubuntu-latest
6161
strategy:
@@ -75,6 +75,10 @@ jobs:
7575
sudo apt install -y wine64 wine32
7676
- name: Build
7777
run: npm run build
78+
- name: Deploy to GitHub Pages
79+
uses: actions/deploy-pages@v1
80+
with:
81+
token: ${{ secrets.GITHUB_TOKEN }}
7882
- name: Build Electron App
7983
run: |
8084
case ${{ matrix.platform }} in

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"mac": {
8888
"category": "public.app-category.productivity",
8989
"target": [
90-
"zip"
90+
"dmg"
9191
]
9292
},
9393
"win": {

0 commit comments

Comments
 (0)