We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e74d2bf + e052a93 commit b8ae952Copy full SHA for b8ae952
.buildkite/publish.sh
@@ -9,7 +9,7 @@ swift build -c release --arch arm64 --arch x86_64
9
BUILDDIR=.build/artifacts/release
10
mkdir -p $BUILDDIR
11
12
-cp .build/release/hostmgr $BUILDDIR/hostmgr
+cp .build/apple/Products/Release/hostmgr $BUILDDIR/hostmgr
13
tar -czf hostmgr.tar.gz -C $BUILDDIR .
14
mv hostmgr.tar.gz .build/artifacts/hostmgr.tar.gz
15
0 commit comments