Skip to content

Commit 35a62b9

Browse files
Windows signing WIP
1 parent 865615d commit 35a62b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-release-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ jobs:
389389
- name: Build Windows binary package and NSIS-based installer with signing
390390
if: inputs.gpg_sign_release
391391
env:
392-
CODE_SIGNING_CERT: ${{ runner.temp }}/code_signing.cert
393-
CODE_SIGNING_KEY: ${{ runner.temp }}/code_signing.key
392+
CODE_SIGNING_CERT: ${{ env.WORKAROUND_TEMP_DIR }}/code_signing.cert
393+
CODE_SIGNING_KEY: ${{ env.WORKAROUND_TEMP_DIR }}/code_signing.key
394394
run: |
395395
cd rabbitmq-packaging
396396
# IMPORTANT: PRODUCT_VERSION must use the A.B.C.D format where every component is a positive integer.

0 commit comments

Comments
 (0)