Skip to content

Commit

Permalink
Update .github/workflows/zmq-lib.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Duret <[email protected]>
  • Loading branch information
sdepassio and kduret authored Feb 8, 2024
1 parent 53c7ea3 commit 9ede6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zmq-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
distrib: ${{ matrix.distrib }}
version: ${{ needs.get-version.outputs.version }}
artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
cache_key: ${{ github.run_id }}-${{ github.sha }}-rpm-libzmq-${{ matrix.distrib }}-${{ matrix.arch }}-${{ github.head_ref || github.ref_name }}
cache_key: ${{ github.run_id }}-${{ github.sha }}-rpm-libzmq-${{ matrix.distrib }}-${{ matrix.arch }}
stability: ${{ needs.get-version.outputs.stability }}

deliver-deb:
Expand Down

0 comments on commit 9ede6e8

Please sign in to comment.