Skip to content

Commit 28cb0cc

Browse files
authored
Merge pull request #304 from ZettaScaleLabs/fix-homebrew-publish
fix: correct archive path
2 parents aff800d + 7c65886 commit 28cb0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Prepare standalone archives
9696
shell: bash
9797
run: |
98-
zip_filename=$(readlink -f ./build/packages/*.zip)
98+
zip_filename=$(readlink -f ${{ steps.build.outputs.archive-lib }})
9999
cp ${zip_filename} zenoh-cpp-${{ inputs.version || '0.0.0'}}-x86_64-apple-darwin-standalone.zip
100100
cp ${zip_filename} zenoh-cpp-${{ inputs.version || '0.0.0'}}-aarch64-apple-darwin-standalone.zip
101101

0 commit comments

Comments
 (0)