Skip to content

Commit b8ae952

Browse files
authored
Merge pull request #19 from Automattic/skoonin/fix-publish-path
fix path to binary
2 parents e74d2bf + e052a93 commit b8ae952

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)