mirror of
https://github.com/felixrieseberg/macintosh.js.git
synced 2024-12-28 02:32:13 +00:00
build: Trying to fix GH actions
This commit is contained in:
parent
de601111f9
commit
64d8f4a382
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user