Update build.yml

pull/15/head
肥羊 3 years ago committed by GitHub
parent 6ceed8620a
commit 4c097d55e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

@ -46,7 +46,7 @@ jobs:
- name: Cross Compile
run: |
cd ./Golang
GOOS=darwin GOARCH=amd64 go build -o allinone_darwin_amd64
GOOS=darwin GOARCH=amd64 go build -o allinone_darwin_amd64
- name: Upload Cross Compile Artifacts
uses: actions/upload-artifact@v3
with:

Loading…
Cancel
Save