Skip to content

Commit

Permalink
chore: cosmetic fixes to names of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Oct 30, 2024
1 parent c572df5 commit 886cd22
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ jobs:
cpack -G DEB
cpack -G RPM
# Download artifacts client unzips the archive when it downloads, so we double zip, to fulfill expectation of the publish-* actions
- name: Zip standalone archives
- name: Prepare standalone archives
shell: bash
run: |
zip_filename=$(readlink -f ./build/packages/*.zip)
Expand All @@ -185,7 +184,7 @@ jobs:
zip -9 -j libzenohc-${{ inputs.version || '0.0.0' }}-${{ matrix.build.target }}-debian.zip ./build/packages/*.deb
zip -9 -j libzenohc-${{ inputs.version || '0.0.0' }}-${{ matrix.build.target }}-rpm.zip ./build/packages/*.rpm
- name: Upload library archive
- name: Upload standalone archive
uses: actions/upload-artifact@v4
with:
# Publish the artifact with zenoh-c (repo name) so it can be used by homebrew action
Expand Down

0 comments on commit 886cd22

Please sign in to comment.