Skip to content

Commit 84d3a9a

Browse files
committed
Fix missing backslash
1 parent 7b33fed commit 84d3a9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ jobs:
166166
echo "LSL_VERSION=$VERSION" >> $GITHUB_ENV
167167
168168
mkdir -p package
169-
productbuild --sign "$APPLE_CODE_SIGN_IDENTITY_INST"
170-
--component build-macOS-latest/Frameworks/lsl.framework
171-
/Library/Frameworks package/liblsl-${LSL_VERSION}-Darwin-universal.pkg
169+
productbuild --sign "$APPLE_CODE_SIGN_IDENTITY_INST" \
170+
--component build-macOS-latest/Frameworks/lsl.framework \
171+
/Library/Frameworks package/liblsl-${LSL_VERSION}-Darwin-universal.pkg
172172
# Notarize the package
173173
xcrun notarytool submit package/liblsl-${LSL_VERSION}-Darwin-universal.pkg \
174174
--apple-id "$APPLE_NOTARIZE_USERNAME" \

0 commit comments

Comments
 (0)