Skip to content

Commit e0794e1

Browse files
committed
GHA Apple - try to fix package folder
1 parent c10f1af commit e0794e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)