Update release-darwin.yml

This commit is contained in:
Winni Neessen 2021-03-20 19:56:50 +01:00 committed by GitHub
parent 5f0a76cad0
commit 43fec77e0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@ on:
jobs:
releases-matrix:
name: Release Go Binary
name: Release Go Binary (Darwin)
runs-on: ubuntu-latest
strategy:
matrix:
goos: [darwin]
goarch: ["386", amd64, arm]
goarch: ["386", amd64, arm64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.15