mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-14 03:20:28 +00:00
Fix macOS package
This commit is contained in:
parent
035ace9824
commit
7c435e6c1b
@ -94,15 +94,13 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Build for macOS
|
name: Build for macOS
|
||||||
command: |
|
command: |
|
||||||
rm -f {yggdrasil,yggdrasilctl}
|
|
||||||
GO111MODULE=on GOOS=darwin GOARCH=amd64 ./build
|
GO111MODULE=on GOOS=darwin GOARCH=amd64 ./build
|
||||||
mv yggdrasil /tmp/upload/$CINAME-$CIVERSION-darwin-amd64
|
cp yggdrasil /tmp/upload/$CINAME-$CIVERSION-darwin-amd64
|
||||||
mv yggdrasilctl /tmp/upload/$CINAME-$CIVERSION-yggdrasilctl-darwin-amd64;
|
cp yggdrasilctl /tmp/upload/$CINAME-$CIVERSION-yggdrasilctl-darwin-amd64;
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build for macOS (.pkg format)
|
name: Build for macOS (.pkg format)
|
||||||
command: |
|
command: |
|
||||||
rm -rf {yggdrasil,yggdrasilctl}
|
|
||||||
PKGARCH=amd64 sh contrib/macos/create-pkg.sh
|
PKGARCH=amd64 sh contrib/macos/create-pkg.sh
|
||||||
mv *.pkg /tmp/upload/
|
mv *.pkg /tmp/upload/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user