Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Jan 21, 2024
1 parent dc43525 commit d96d5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:

- name: Build Linux App
if: runner.os == 'Linux'
run: wails build --platform ${{ matrix.build.platform }} -webview2 download -o ${{ matrix.build.name }}
run: wails build --platform ${{ matrix.build.platform }} -webview2 download
shell: bash

- name: Build Windows App + Installer
if: runner.os == 'Windows'
run: |
wails build --platform ${{ matrix.build.platform }} -webview2 download -nsis -o ${{ matrix.build.name }}
wails build --platform ${{ matrix.build.platform }} -webview2 download -nsis
- name: Build .app zip file
if: runner.os == 'macOS'
Expand Down
1 change: 0 additions & 1 deletion wails.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "stable-diffusion-desktop",
"outputfilename": "stable-diffusion-desktop",
"frontend:install": "pnpm install",
"frontend:build": "pnpm run build",
"frontend:dev:watcher": "pnpm run dev",
Expand Down

0 comments on commit d96d5fd

Please sign in to comment.