Windows: Disable signing until Vercel fixes it

This commit is contained in:
Benjamin Staneck 2020-12-16 02:49:06 +01:00
parent afd763c413
commit 7a39354376
No known key found for this signature in database
GPG key ID: 74A90736869653C2

View file

@ -126,8 +126,8 @@ jobs:
if: github.event_name == 'push'
run: yarn run dist --publish=never
env:
CSC_LINK: ${{ secrets.WIN_CERT_P12_BASE64 }}
CSC_KEY_PASSWORD: ${{ secrets.WIN_CERT_P12_PASSWORD }}
#CSC_LINK: ${{ secrets.WIN_CERT_P12_BASE64 }}
#CSC_KEY_PASSWORD: ${{ secrets.WIN_CERT_P12_PASSWORD }}
- name: Get Windows Artifact Names
id: getwindowsfilename
run: |