Skip to content

Commit 7a262c6

Browse files
Sign produced artifacts directly with gpg WIP
1 parent b90f8c6 commit 7a262c6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,6 @@ jobs:
447447
osslsigncode verify -in "PACKAGES/rabbitmq-server-${{ env.FULL_VERSION }}.exe" -CAfile ${{ env.CODE_SIGNING_CERT }} || true
448448
449449
rm "PACKAGES/rabbitmq-server-${{ env.FULL_VERSION }}.exe.unsigned"
450-
451-
for file in PACKAGES/*; do
452-
echo "Will sign $file with key ${{ env.SIGNING_KEY }}..."
453-
gpg --default-key "${{ env.SIGNING_KEY }}" --detach-sign --armor "$file"
454-
done
455450
ls -lha PACKAGES/
456451
- name: Build Windows binary package and NSIS-based installer without signing
457452
if: inputs.gpg_sign_release == false
@@ -465,12 +460,6 @@ jobs:
465460
PRODUCT_VERSION=${{ env.WINDOWS_INSTALLER_VERSION }}
466461
cd ..
467462
ls -lha PACKAGES/
468-
for file in PACKAGES/*; do
469-
if test -f "$file"; then
470-
gpg --default-key "${{ env.GPG_SIGNING_KEY_ID }}" --detach-sign --armor "$file"
471-
fi
472-
done
473-
ls -lha PACKAGES/
474463
- name: Remove signing artifacts
475464
run: |
476465
rm -f ${{ env.WORKAROUND_TEMP_DIR }}/code_signing.cert

0 commit comments

Comments
 (0)