Skip to content

Commit

Permalink
fixed parsing secret on run
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jan 20, 2024
1 parent 1ec7199 commit de0f107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/juce_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: OM Codesign (macos)
if: runner.os == 'MacOS'
shell: bash
run: /usr/bin/codesign -v --force -o runtime --entitlements Resources/entitlements.mac.plist --sign $(APPLE_CODESIGN_CODE) --timestamp osc_client/Resources/m1-orientationmanager
run: /usr/bin/codesign -v --force -o runtime --entitlements Resources/entitlements.mac.plist --sign ${{ secrets.APPLE_CODESIGN_CODE }} --timestamp osc_client/Resources/m1-orientationmanager

# - name: 'OM Upload Artifact (macos)'
# if: runner.os == 'MacOS'
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: OC Codesign (macos)
if: runner.os == 'MacOS'
shell: bash
run: /usr/bin/codesign -v --force -o runtime --entitlements osc_client/Resources/M1-OrientationOSC.entitlements --sign $(APPLE_CODESIGN_CODE) --timestamp osc_client/build/M1-OrientationOSC_artefacts/Release/M1-OrientationOSC.app
run: /usr/bin/codesign -v --force -o runtime --entitlements osc_client/Resources/M1-OrientationOSC.entitlements --sign ${{ secrets.APPLE_CODESIGN_CODE }} --timestamp osc_client/build/M1-OrientationOSC_artefacts/Release/M1-OrientationOSC.app

- name: OC Package (macos)
uses: akiojin/[email protected]
Expand Down

0 comments on commit de0f107

Please sign in to comment.