Skip to content

Commit

Permalink
CI: Enable notarization for simple push (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Aug 10, 2023
1 parent 3b6dd98 commit ca52b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fi
;;
push)
config_data=('codesign:true' 'notarize:false' 'package:true' 'config:RelWithDebInfo')
config_data=('codesign:true' 'notarize:true' 'package:true' 'config:RelWithDebInfo')
if [[ ${GITHUB_REF_NAME} =~ [0-9]+.[0-9]+.[0-9]+(-(rc|beta).+)? ]]; then
config_data[1]='notarize:true'
config_data[3]='config:Release'
Expand Down

0 comments on commit ca52b1b

Please sign in to comment.