We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68384ca commit 872e335Copy full SHA for 872e335
.github/workflows/pipeline-build-macos.yml
@@ -80,9 +80,7 @@ jobs:
80
if: inputs.target != vars.ALL
81
run: |
82
unset CSC_LINK
83
- target=$(echo "${{inputs.target}}" | grep -oE 'build_macos_[^ ]+' | sed 's/build_macos_/--/' | paste -sd ' ' -)
84
-
85
- echo $target
+ target=$(echo "${{inputs.target}}" | grep -oE 'build_macos_[^ ]+' | sed 's/build_macos_/dmg:/' | paste -sd ' ' -)
86
87
if [ "${{ vars.ENV == 'production' }}" == "true" ]; then
88
yarn package:prod --mac $target
0 commit comments