diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45b4852..a2c657c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/wails.json b/wails.json index ded4c46..df635f3 100644 --- a/wails.json +++ b/wails.json @@ -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",