mirror of
https://github.com/heyman/heynote.git
synced 2024-11-25 09:23:17 +01:00
Debug build error
This commit is contained in:
parent
e5faa995c1
commit
df899ae619
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -5,14 +5,15 @@ on: push
|
|||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
#if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
#os: [macos-latest, ubuntu-latest, windows-latest]
|
#os: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
os: [macos-latest, windows-latest]
|
#os: [macos-latest, windows-latest]
|
||||||
|
os: [macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Git repository
|
- name: Check out Git repository
|
||||||
@ -31,6 +32,7 @@ jobs:
|
|||||||
echo '${{ secrets.apple_api_key }}' > ~/private_keys/AuthKey_${{ secrets.apple_api_key_id }}.p8
|
echo '${{ secrets.apple_api_key }}' > ~/private_keys/AuthKey_${{ secrets.apple_api_key_id }}.p8
|
||||||
|
|
||||||
- name: Build/release Electron app
|
- name: Build/release Electron app
|
||||||
|
continue-on-error: true
|
||||||
uses: samuelmeuli/action-electron-builder@v1
|
uses: samuelmeuli/action-electron-builder@v1
|
||||||
with:
|
with:
|
||||||
# Specify electron-builder config file
|
# Specify electron-builder config file
|
||||||
@ -56,3 +58,6 @@ jobs:
|
|||||||
API_KEY_ID: ${{ secrets.apple_api_key_id }}
|
API_KEY_ID: ${{ secrets.apple_api_key_id }}
|
||||||
API_KEY_ISSUER_ID: ${{ secrets.apple_api_key_issuer_id }}
|
API_KEY_ISSUER_ID: ${{ secrets.apple_api_key_issuer_id }}
|
||||||
|
|
||||||
|
- name: Print notarization-error.log
|
||||||
|
run: cat notarization-error.log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user