We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95383a0 commit 87f1faaCopy full SHA for 87f1faa
.github/workflows/local.yaml
@@ -20,9 +20,9 @@ jobs:
20
run: npm run test-setup
21
# - name: Setup tmate session
22
# uses: mxschmitt/action-tmate@v3
23
- # - name: install dmg-license
24
- # run: npm i dmg-license
25
- # - name: build
26
- # env:
27
- # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- # run: npm run dist-mac
+ - name: install dmg-license
+ run: npm i dmg-license
+ - name: build
+ env:
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: npm run dist-mac
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stable-diffusion-desktop",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"description": "Stable Diffusion Desktop",
5
"main": "app/electron/main.js",
6
"private": true,
0 commit comments