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 7b33fed commit 84d3a9aCopy full SHA for 84d3a9a
.github/workflows/apple.yml
@@ -166,9 +166,9 @@ jobs:
166
echo "LSL_VERSION=$VERSION" >> $GITHUB_ENV
167
168
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
+ productbuild --sign "$APPLE_CODE_SIGN_IDENTITY_INST" \
+ --component build-macOS-latest/Frameworks/lsl.framework \
+ /Library/Frameworks package/liblsl-${LSL_VERSION}-Darwin-universal.pkg
172
# Notarize the package
173
xcrun notarytool submit package/liblsl-${LSL_VERSION}-Darwin-universal.pkg \
174
--apple-id "$APPLE_NOTARIZE_USERNAME" \
0 commit comments