Skip to content

Commit

Permalink
fix: update artifact name for homebrew action
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Oct 30, 2024
1 parent d4db7a1 commit 96dbd5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ jobs:
- name: Upload library archive
uses: actions/upload-artifact@v4
with:
name: zenohc-${{ inputs.version || '0.0.0' }}-${{ matrix.build.target }}-standalone.zip
# Publish the artifact with zenoh-c (repo name) so it can be used by homebrew action
name: zenoh-c-${{ inputs.version || '0.0.0' }}-${{ matrix.build.target }}-standalone.zip
path: zenohc-${{ inputs.version || '0.0.0' }}-${{ matrix.build.target }}-standalone.zip

- name: Upload DEB archive
Expand Down

0 comments on commit 96dbd5a

Please sign in to comment.