Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: Allow Windows cert failure
  • Loading branch information
felixrieseberg committed Aug 2, 2020
1 parent 64d8f4a commit 5e95700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -62,7 +62,8 @@ 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'
continue-on-error: true
id: write_file
uses: timheuer/base64-to-file@v1
with:
Expand Down

0 comments on commit 5e95700

Please sign in to comment.