Skip to content

Commit

Permalink
build: Trying to fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrieseberg committed Aug 2, 2020
1 parent de60111 commit 64d8f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 64d8f4a

Please sign in to comment.