diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index d8f750e..63cb9af 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -20,13 +20,13 @@ jobs: fail-fast: false matrix: build: - - name: 'yellowjacket-linux' + - name: 'yellowjacket' platform: 'linux/amd64' os: 'ubuntu-latest' - - name: 'yellowjacket-windows' + - name: 'yellowjacket' platform: 'windows/amd64' os: 'windows-latest' - - name: 'yellowjacket-macos' + - name: 'yellowjacket' platform: 'darwin/universal' os: 'macos-latest'