Skip to content

Commit

Permalink
Windows installer signing WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 12, 2024
1 parent 35a62b9 commit 8959e0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ jobs:
CODE_SIGNING_CERT: ${{ env.WORKAROUND_TEMP_DIR }}/code_signing.cert
CODE_SIGNING_KEY: ${{ env.WORKAROUND_TEMP_DIR }}/code_signing.key
run: |
ls -lha ${{ env.WORKAROUND_TEMP_DIR }}
cd rabbitmq-packaging
# IMPORTANT: PRODUCT_VERSION must use the A.B.C.D format where every component is a positive integer.
# This is an MSI and makensis build tooling requirement.
Expand Down

0 comments on commit 8959e0e

Please sign in to comment.