build: Trying to fix GH actions

This commit is contained in:
Felix Rieseberg 2020-08-02 12:58:02 -07:00
parent de601111f9
commit 64d8f4a382
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
MACOS_CERT_P12: ${{ secrets.MACOS_CERT_P12 }}
MACOS_CERT_PASSWORD: ${{ secrets.MACOS_CERT_PASSWORD }}
- name: Set Windows signing certificate
if: ${{ matrix.os == 'windows-latest' && secrets.WINDOWS_CODESIGN_P12 }}
if: ${{ matrix.os == 'windows-latest' }} && ${{ secrets.WINDOWS_CODESIGN_P12 }}
id: write_file
uses: timheuer/base64-to-file@v1
with: