Skip to content

Commit 2c515eb

Browse files
committed
Temporarily disable Windows code signing to resolve build failures
1 parent e311920 commit 2c515eb

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/release.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,28 @@ jobs:
5656
# MACOS_CERT_PASSWORD: ${{ secrets.MACOS_CERT_PASSWORD }}
5757
# run: chmod +x tools/add-macos-cert.sh && . ./tools/add-macos-cert.sh
5858
# Windows only
59-
- name: Set up certificate
60-
if: contains(matrix.os.name, 'windows')
61-
run: |
62-
echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | base64 --decode > /d/Certificate_pkcs12.p12
63-
shell: bash
64-
- name: Set variables
65-
if: contains(matrix.os.name, 'windows')
66-
id: variables
67-
run: |
68-
echo "SM_HOST=${{ secrets.SM_HOST }}" >> "$GITHUB_ENV"
69-
echo "SM_API_KEY=${{ secrets.SM_API_KEY }}" >> "$GITHUB_ENV"
70-
echo "SM_CLIENT_CERT_FILE=D:\\Certificate_pkcs12.p12" >> "$GITHUB_ENV"
71-
echo "SM_CLIENT_CERT_PASSWORD=${{ secrets.SM_CLIENT_CERT_PASSWORD }}" >> "$GITHUB_ENV"
72-
shell: bash
73-
- name: Code signing with Software Trust Manager
74-
if: contains(matrix.os.name, 'windows')
75-
uses: digicert/[email protected]
76-
- name: Sync certificate (Windows)
77-
if: contains(matrix.os.name, 'windows')
78-
run: |
79-
smctl windows certsync --keypair-alias=${{ secrets.DIGICERT_KEYPAIR_ALIAS }}
80-
shell: bash
59+
# - name: Set up certificate
60+
# if: contains(matrix.os.name, 'windows')
61+
# run: |
62+
# echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | base64 --decode > /d/Certificate_pkcs12.p12
63+
# shell: bash
64+
# - name: Set variables
65+
# if: contains(matrix.os.name, 'windows')
66+
# id: variables
67+
# run: |
68+
# echo "SM_HOST=${{ secrets.SM_HOST }}" >> "$GITHUB_ENV"
69+
# echo "SM_API_KEY=${{ secrets.SM_API_KEY }}" >> "$GITHUB_ENV"
70+
# echo "SM_CLIENT_CERT_FILE=D:\\Certificate_pkcs12.p12" >> "$GITHUB_ENV"
71+
# echo "SM_CLIENT_CERT_PASSWORD=${{ secrets.SM_CLIENT_CERT_PASSWORD }}" >> "$GITHUB_ENV"
72+
# shell: bash
73+
# - name: Code signing with Software Trust Manager
74+
# if: contains(matrix.os.name, 'windows')
75+
# uses: digicert/[email protected]
76+
# - name: Sync certificate (Windows)
77+
# if: contains(matrix.os.name, 'windows')
78+
# run: |
79+
# smctl windows certsync --keypair-alias=${{ secrets.DIGICERT_KEYPAIR_ALIAS }}
80+
# shell: bash
8181
# Publish (all platforms)
8282
- name: Publish app
8383
env:

0 commit comments

Comments
 (0)