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'