File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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" install/Frameworks/lsl.framework/Versions/A/Resources/Info.plist)
165+ VERSION=$(/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" build-macOS-latest/ install/Frameworks/lsl.framework/Versions/A/Resources/Info.plist)
166166 echo "LSL_VERSION=$VERSION" >> $GITHUB_ENV
167167
168168 mkdir -p package
169169 productbuild --sign "$APPLE_CODE_SIGN_IDENTITY_INST" \
170- --component install/Frameworks/lsl.framework \
170+ --component build-macOS-latest/ install/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 \
You can’t perform that action at this time.
0 commit comments