Skip to content

Commit 872e335

Browse files
committed
try to fix sign in macos builds
1 parent 68384ca commit 872e335

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pipeline-build-macos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ jobs:
8080
if: inputs.target != vars.ALL
8181
run: |
8282
unset CSC_LINK
83-
target=$(echo "${{inputs.target}}" | grep -oE 'build_macos_[^ ]+' | sed 's/build_macos_/--/' | paste -sd ' ' -)
84-
85-
echo $target
83+
target=$(echo "${{inputs.target}}" | grep -oE 'build_macos_[^ ]+' | sed 's/build_macos_/dmg:/' | paste -sd ' ' -)
8684
8785
if [ "${{ vars.ENV == 'production' }}" == "true" ]; then
8886
yarn package:prod --mac $target

0 commit comments

Comments
 (0)