We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff800d + 7c65886 commit 28cb0ccCopy full SHA for 28cb0cc
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Prepare standalone archives
96
shell: bash
97
run: |
98
- zip_filename=$(readlink -f ./build/packages/*.zip)
+ zip_filename=$(readlink -f ${{ steps.build.outputs.archive-lib }})
99
cp ${zip_filename} zenoh-cpp-${{ inputs.version || '0.0.0'}}-x86_64-apple-darwin-standalone.zip
100
cp ${zip_filename} zenoh-cpp-${{ inputs.version || '0.0.0'}}-aarch64-apple-darwin-standalone.zip
101
0 commit comments