File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,12 +162,12 @@ jobs:
162162 run : |
163163 set -x
164164 # Get the version number from the framework's Info.plist
165- VERSION=$(/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" build-macOS-latest/install/ Frameworks/lsl.framework/Versions/A/Resources/Info.plist)
165+ VERSION=$(/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" build-macOS-latest/Frameworks/lsl.framework/Versions/A/Resources/Info.plist)
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/install/ Frameworks/lsl.framework \
169+ productbuild --sign "$APPLE_CODE_SIGN_IDENTITY_INST"
170+ --component build-macOS-latest/Frameworks/lsl.framework
171171 /Library/Frameworks package/liblsl-${LSL_VERSION}-Darwin-universal.pkg
172172 # Notarize the package
173173 xcrun notarytool submit package/liblsl-${LSL_VERSION}-Darwin-universal.pkg \
@@ -185,7 +185,7 @@ jobs:
185185 APPLE_NOTARIZE_PASSWORD : ${{ secrets.PROD_MACOS_NOTARIZATION_PWD }}
186186 run : |
187187 xcodebuild -create-xcframework \
188- -framework build-macOS-latest/install/ Frameworks/lsl.framework \
188+ -framework build-macOS-latest/Frameworks/lsl.framework \
189189 -framework build-iOS/install/Frameworks/lsl.framework \
190190 -output lsl.xcframework
191191
You can’t perform that action at this time.
0 commit comments