Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Update push configuration for codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Mar 28, 2024
1 parent 4e44109 commit 22324d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
fi
;;
push)
config_data=('codesign:false' 'notarize:false' 'package:true' 'config:RelWithDebInfo')
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[0]='codesign:true'
config_data[1]='notarize:true'
config_data[3]='config:Release'
fi
Expand Down

0 comments on commit 22324d7

Please sign in to comment.