Skip to content

Commit 04ccc8e

Browse files
committed
Fully disable Windows code signing to resolve Squirrel signing errors
1 parent 6b676bc commit 04ccc8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
{ name: "macos", image: "macos-latest" },
2828
]
2929
runs-on: ${{ matrix.os.image }}
30+
env:
31+
# CSC_LINK: ${{ secrets.CSC_LINK }}
32+
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
3033
steps:
3134
- name: Github checkout
3235
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)