Skip to content

Commit e052a93

Browse files
author
Shawn Koonin
committed
fix path to binary
1 parent e74d2bf commit e052a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ swift build -c release --arch arm64 --arch x86_64
99
BUILDDIR=.build/artifacts/release
1010
mkdir -p $BUILDDIR
1111

12-
cp .build/release/hostmgr $BUILDDIR/hostmgr
12+
cp .build/apple/Products/Release/hostmgr $BUILDDIR/hostmgr
1313
tar -czf hostmgr.tar.gz -C $BUILDDIR .
1414
mv hostmgr.tar.gz .build/artifacts/hostmgr.tar.gz
1515

0 commit comments

Comments
 (0)