Skip to content

Commit ec5e210

Browse files
osslsigncode verification WIP
1 parent 863ca66 commit ec5e210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ jobs:
413413
-in "PACKAGES/rabbitmq-server-${{ env.FULL_VERSION }}.exe.unsigned" \
414414
-out "PACKAGES/rabbitmq-server-${{ env.FULL_VERSION }}.exe"
415415
416-
osslsigncode verify "PACKAGES/rabbitmq-server-${{ env.FULL_VERSION }}.exe"
416+
osslsigncode verify "PACKAGES/rabbitmq-server-${{ env.FULL_VERSION }}.exe" -CAfile ${{ env.CODE_SIGNING_CERT }}
417417
418418
rm "PACKAGES/rabbitmq-server-${{ env.FULL_VERSION }}.exe.unsigned"
419419
- name: Build Windows binary package and NSIS-based installer without signing

0 commit comments

Comments
 (0)