Fix macOS package

This commit is contained in:
Neil Alexander 2019-03-04 08:35:45 +00:00
parent 035ace9824
commit 7c435e6c1b
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -94,15 +94,13 @@ jobs:
- run:
name: Build for macOS
command: |
rm -f {yggdrasil,yggdrasilctl}
GO111MODULE=on GOOS=darwin GOARCH=amd64 ./build
mv yggdrasil /tmp/upload/$CINAME-$CIVERSION-darwin-amd64
mv yggdrasilctl /tmp/upload/$CINAME-$CIVERSION-yggdrasilctl-darwin-amd64;
cp yggdrasil /tmp/upload/$CINAME-$CIVERSION-darwin-amd64
cp yggdrasilctl /tmp/upload/$CINAME-$CIVERSION-yggdrasilctl-darwin-amd64;
- run:
name: Build for macOS (.pkg format)
command: |
rm -rf {yggdrasil,yggdrasilctl}
PKGARCH=amd64 sh contrib/macos/create-pkg.sh
mv *.pkg /tmp/upload/