Skip to content

Commit

Permalink
ci(macos): update InstallAppleCertificate action to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Palakis committed Feb 10, 2021
1 parent 6217f00 commit 9e554ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- script: ./CI/build-macos.sh
displayName: 'Build obs-websocket'

- task: InstallAppleCertificate@1
- task: InstallAppleCertificate@2
displayName: 'Install release signing certificates'
condition: eq(variables['isReleaseMode'], true)
inputs:
Expand Down

0 comments on commit 9e554ce

Please sign in to comment.