Skip to content

Commit 59adfeb

Browse files
authored
ci: properly gate Windows-only release step (#1789)
1 parent 5d12819 commit 59adfeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
echo "$SM_CLIENT_CERT_P12_BASE64" | base64 --decode > /d/cert.p12
7272
echo "SM_CLIENT_CERT_FILE=D:\\cert.p12" >> "$GITHUB_ENV"
7373
- name: Sync cert (Windows)
74+
if: ${{ startsWith(matrix.os, 'windows-') }}
7475
shell: cmd
7576
env:
7677
CERT_FINGERPRINT: ${{ secrets.CERT_FINGERPRINT }}

0 commit comments

Comments
 (0)