We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32ba67 commit 6388ff4Copy full SHA for 6388ff4
.github/workflows/gh-pages.yml
@@ -55,7 +55,7 @@ jobs:
55
# with:
56
# token: ${{ secrets.GITHUB_TOKEN }}
57
58
- build-electron:
+ build-gh-electron:
59
# needs: deploy
60
runs-on: ubuntu-latest
61
strategy:
@@ -75,6 +75,10 @@ jobs:
75
sudo apt install -y wine64 wine32
76
- name: Build
77
run: npm run build
78
+ - name: Deploy to GitHub Pages
79
+ uses: actions/deploy-pages@v1
80
+ with:
81
+ token: ${{ secrets.GITHUB_TOKEN }}
82
- name: Build Electron App
83
run: |
84
case ${{ matrix.platform }} in
package.json
@@ -87,7 +87,7 @@
87
"mac": {
88
"category": "public.app-category.productivity",
89
"target": [
90
- "zip"
+ "dmg"
91
]
92
},
93
"win": {
0 commit comments