mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Disable notarization for release builds and switch to RelWithDebInfo
This commit is contained in:
parent
1e43ffef51
commit
8bf9b2d009
4
.github/workflows/build-project.yaml
vendored
4
.github/workflows/build-project.yaml
vendored
|
|
@ -45,8 +45,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:false'
|
||||
config_data[3]='config:RelWithDebInfo'
|
||||
fi
|
||||
;;
|
||||
workflow_dispatch)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user