Skip to content

Commit

Permalink
IOPS-1851 Migration to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 committed Sep 8, 2023
1 parent d4b5f7b commit d222d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:
MACOS_SIGNING_CERT: ${{ secrets.MACOS_SIGNING_CERT }}
MACOS_SIGNING_CERT_PASSWORD: ${{ secrets.MACOS_SIGNING_CERT_PASSWORD }}
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
KEYCHAIN_PATH: ${github.workspace}/app-signing.keychain-db
CERTIFACTE_PATH: ${github.workspace}/app-signing-cert.p12
KEYCHAIN_PATH: ${{ github.workspace }}/app-signing.keychain-db
CERTIFACTE_PATH: ${{ github.workspace }}/app-signing-cert.p12

# Geneate OBS without obs-ndi plugin
- name: 'Build OBS - no NDI'
Expand Down

0 comments on commit d222d7f

Please sign in to comment.