We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865615d commit 35a62b9Copy full SHA for 35a62b9
.github/workflows/reusable-release-workflow.yml
@@ -389,8 +389,8 @@ jobs:
389
- name: Build Windows binary package and NSIS-based installer with signing
390
if: inputs.gpg_sign_release
391
env:
392
- CODE_SIGNING_CERT: ${{ runner.temp }}/code_signing.cert
393
- CODE_SIGNING_KEY: ${{ runner.temp }}/code_signing.key
+ CODE_SIGNING_CERT: ${{ env.WORKAROUND_TEMP_DIR }}/code_signing.cert
+ CODE_SIGNING_KEY: ${{ env.WORKAROUND_TEMP_DIR }}/code_signing.key
394
run: |
395
cd rabbitmq-packaging
396
# IMPORTANT: PRODUCT_VERSION must use the A.B.C.D format where every component is a positive integer.
0 commit comments