Skip to content

Commit

Permalink
path mistake fixed on notarize step
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jan 22, 2024
1 parent 2c7a51d commit f2c972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/juce_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: cocoalibs/xcode-notarization-action@v1
with:
working-directory: osc_client
app-path: ${{ github.workspace }}/osc_client/build/M1-OrientationOSC_artefacts/Release/signed/M1-OrientationOSC.pkg
app-path: ${{ github.workspace }}/osc_client/build/M1-OrientationOSC_artefacts/Release/M1-OrientationOSC.pkg
apple-id: ${{ secrets.MACOS_NOTARIZE_USER }}
password: ${{ secrets.MACOS_NOTARIZE_PWD }}
team-id: ${{ secrets.TEAM_ID }}
Expand Down

0 comments on commit f2c972a

Please sign in to comment.