From 8aa93644f6944dee42f6215f5ea545c8315cf7f2 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Mon, 14 Apr 2025 18:03:02 -0500 Subject: [PATCH] added os name to binary output --- .github/workflows/wails.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index 63cb9af..d8f750e 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -20,13 +20,13 @@ jobs: fail-fast: false matrix: build: - - name: 'yellowjacket' + - name: 'yellowjacket-linux' platform: 'linux/amd64' os: 'ubuntu-latest' - - name: 'yellowjacket' + - name: 'yellowjacket-windows' platform: 'windows/amd64' os: 'windows-latest' - - name: 'yellowjacket' + - name: 'yellowjacket-macos' platform: 'darwin/universal' os: 'macos-latest'