Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Apr 14, 2024
1 parent 19c45b5 commit 458966f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
build:
[
{ name: wailsTest, platform: linux/amd64, os: ubuntu-latest },
{ name: wailsTest, platform: windows/amd64, os: windows-latest },
{ name: wailsTest, platform: darwin/universal, os: macos-latest },
{ name: Zroker, platform: linux/amd64, os: ubuntu-latest },
{ name: Zroker, platform: windows/amd64, os: windows-latest },
{ name: Zroker, platform: darwin/universal, os: macos-latest },
]
runs-on: ${{ matrix.build.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion wails.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Zroker",
"outputfilename": "zroker",
"outputfilename": "Zroker",
"frontend:install": "pnpm -F frontend install",
"frontend:build": "pnpm run build",
"frontend:dev:watcher": "pnpm run dev",
Expand Down

0 comments on commit 458966f

Please sign in to comment.