Skip to content

Commit 7b33fed

Browse files
committed
GHA Apple - try again to fix package folder
1 parent e0794e1 commit 7b33fed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/apple.yml

Lines changed: 4 additions & 4 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" 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

0 commit comments

Comments
 (0)