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.
1 parent e74d2bf commit e052a93Copy full SHA for e052a93
.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