Skip to content

Commit

Permalink
IOPS-1797 Add signing for MacOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 committed Aug 31, 2023
1 parent d09d6f7 commit 640bbf2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macOSarm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,9 @@ jobs:
- name: 'Create build artifact'
run: |
CI/macos/03_package_obs.sh --codesign --architecture "${{ matrix.arch }}"
ls -la build/
ARTIFACT_NAME=$(basename $(/usr/bin/find build -type f -name "obs-studio-*.dmg" -depth 1 | head -1))
ARTIFACT_NAME=$(basename $(find build/. -name "obs-webrtc*.dmg"))
echo "FILE_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
echo "THIS IS ARTIFACT NAME: ${ARTIFACT_NAME}"
echo "ARTIFACT READY: ${ARTIFACT_NAME}"
env:
CODESIGN_IDENT: ${{ secrets.CODESIGN_IDENT }}
CODESIGN_TEAM_ID: ${{ secrets.CODESIGN_TEAM_ID }}
Expand Down

0 comments on commit 640bbf2

Please sign in to comment.