From 458966fd0d095c50ab42eb3af4773c137826ee28 Mon Sep 17 00:00:00 2001 From: Lerte Smith Date: Sun, 14 Apr 2024 09:18:22 +0800 Subject: [PATCH] update build.yml --- .github/workflows/build.yml | 6 +++--- wails.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",