Changed build name to fix macos issue
This commit is contained in:
parent
2c7d5d96c3
commit
a2da7928f5
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -17,12 +17,15 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
build:
|
||||
- name: 'App'
|
||||
- name: 'rum-goggles'
|
||||
platform: 'linux/amd64'
|
||||
os: 'ubuntu-latest'
|
||||
- name: 'App'
|
||||
- name: 'rum-goggles'
|
||||
platform: 'windows/amd64'
|
||||
os: 'windows-latest'
|
||||
- name: 'rum-goggles'
|
||||
platform: 'darwin/universal'
|
||||
os: 'macos-latest'
|
||||
|
||||
runs-on: ${{ matrix.build.os }}
|
||||
steps:
|
||||
|
@ -37,4 +40,5 @@ jobs:
|
|||
with:
|
||||
build-name: ${{ matrix.build.name }}
|
||||
build-platform: ${{ matrix.build.platform }}
|
||||
package: false
|
||||
go-version: '1.20'
|
||||
|
|
Loading…
Reference in a new issue