mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 06:10:00 +10:00
CI: Fix syntax
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
run: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 Build-Binary.command --reset_binaries --branch "${{ env.branch }}" --commit "${{ env.commiturl }}" --commit_date "${{ env.commitdate }}" --key "${{ env.ANALYTICS_KEY }}" --site "${{ env.ANALYTICS_SITE }}"
|
run: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 Build-Binary.command --reset_binaries --branch "${{ env.branch }}" --commit "${{ env.commiturl }}" --commit_date "${{ env.commitdate }}" --key "${{ env.ANALYTICS_KEY }}" --site "${{ env.ANALYTICS_SITE }}"
|
||||||
|
|
||||||
- name: Import Certificate
|
- name: Import Certificate
|
||||||
if: !test -f ~/Library/Keychains/login.keychain-db || !security find-certificate -c "${{ env.MAC_CODESIGN_IDENTITY }}" ~/Library/Keychains/login.keychain-db
|
if: (!test -f ~/Library/Keychains/login.keychain-db || !security find-certificate -c "${{ env.MAC_CODESIGN_IDENTITY }}" ~/Library/Keychains/login.keychain-db)
|
||||||
uses: apple-actions/import-codesign-certs@v1
|
uses: apple-actions/import-codesign-certs@v1
|
||||||
with:
|
with:
|
||||||
p12-file-base64: ${{ secrets.MAC_CODESIGN_CERT }}
|
p12-file-base64: ${{ secrets.MAC_CODESIGN_CERT }}
|
||||||
|
|||||||
@@ -10,11 +10,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Validate
|
name: Validate
|
||||||
runs-on: x86_64_monterey
|
runs-on: x86_64_monterey
|
||||||
if: github.repository_owner == 'dortania'
|
|
||||||
env:
|
|
||||||
branch: ${{ github.ref }}
|
|
||||||
commiturl: ${{ github.event.head_commit.url }}${{ github.event.release.html_url }}
|
|
||||||
commitdate: ${{ github.event.head_commit.timestamp }}${{ github.event.release.published_at }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Validate
|
- name: Validate
|
||||||
|
|||||||
Reference in New Issue
Block a user