Skip to content

Commit 70e7fbf

Browse files
committed
chore: sign bt.exe only for releases
we can sign 120 .exe per year (so 60 releases, 2 signing per release with aarch64 and x86-64)
1 parent fcbe7e0 commit 70e7fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: ${{ matrix.packages_install }}
140140

141141
- name: Configure SSL.com signing env
142-
if: ${{ runner.os == 'Windows' && env.HAS_SSLDOTCOM_SIGNING == 'true' }}
142+
if: ${{ contains(toJSON(matrix.targets), 'windows') && env.HAS_SSLDOTCOM_SIGNING == 'true' && !fromJson(needs.plan.outputs.val).announcement_is_prerelease }}
143143
shell: bash
144144
env:
145145
SSLDOTCOM_USERNAME: ${{ secrets.SSLDOTCOM_USERNAME }}

0 commit comments

Comments
 (0)