This commit is contained in:
Jan-Otto Kröpke 2023-06-15 00:29:35 +02:00
parent 2c8cdd6a88
commit 237466bbb1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ jobs:
WIN_CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }}
CSC_FOR_PULL_REQUEST: true
DOWNLOAD_ALL_ARCHITECTURES: ${{ runner.os != 'Windows' }}
DEBUG: electron-rebuild
- name: Calculate SHA256 checksum
run: |-
if command -v shasum 2>/dev/null 1>&2; then