File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ build() {
177177 )
178178
179179 pushd build_macos
180- if [[ ${GITHUB_EVENT_NAME} == push && ${GITHUB_REF_NAME} =~ [0-9]+. [0-9]+. [0-9]+ (-(rc| beta).+)? ]] {
180+ if [[ ${GITHUB_EVENT_NAME} == push && ${GITHUB_REF_NAME} =~ [0-9]+- [0-9]+- [0-9]+ (-(rc| beta).+)? ]] {
181181 run_xcodebuild ${archive_args}
182182 run_xcodebuild ${export_args}
183183 } else {
Original file line number Diff line number Diff line change 3737 ;;
3838 push)
3939 config_data=('codesign:true' 'notarize:false' 'package:true' 'config:RelWithDebInfo')
40- if [[ ${GITHUB_REF_NAME} =~ [0-9]+. [0-9]+. [0-9]+(-(rc|beta).+)? ]]; then
40+ if [[ ${GITHUB_REF_NAME} =~ [0-9]+- [0-9]+- [0-9]+(-(rc|beta).+)? ]]; then
4141 config_data[1]='notarize:true'
4242 config_data[3]='config:Release'
4343 fi
You can’t perform that action at this time.
0 commit comments