Skip to content

Commit

Permalink
Disable notarize
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeYan01 committed Dec 4, 2023
1 parent f681e93 commit 0656e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
push)
config_data=('codesign:true' 'notarize:false' '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'
# config_data[1]='notarize:true'
# config_data[3]='config:Release'
fi
;;
workflow_dispatch)
Expand Down

0 comments on commit 0656e9d

Please sign in to comment.