Skip to content

Commit

Permalink
fix: correct archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Dec 4, 2024
1 parent b3e6813 commit 7c65886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Prepare standalone archives
shell: bash
run: |
zip_filename=$(readlink -f ./build/packages/*.zip)
zip_filename=$(readlink -f ${{ steps.build.outputs.archive-lib }})
cp ${zip_filename} zenoh-cpp-${{ inputs.version || '0.0.0'}}-x86_64-apple-darwin-standalone.zip
cp ${zip_filename} zenoh-cpp-${{ inputs.version || '0.0.0'}}-aarch64-apple-darwin-standalone.zip
Expand Down

0 comments on commit 7c65886

Please sign in to comment.