Skip to content

Commit 685caf3

Browse files
committed
Fix relative artifactbundle root
1 parent 6a2c563 commit 685caf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ runs:
326326
327327
# extract the sdkRootPath from the swift-sdk.json
328328
SWIFT_SDK_ROOT_PATH=$(cat ${SWIFT_ARTIFACTBUNDLE_ROOT}/swift-sdk.json | jq -r '.targetTriples[] | .sdkRootPath' | head -n 1)
329-
SWIFT_ARTIFACTBUNDLE_SDK_ROOT_PATH="${SWIFT_SDK_ROOT_PATH}/${SWIFT_SDK_ROOT_PATH}"
329+
SWIFT_ARTIFACTBUNDLE_SDK_ROOT_PATH="${SWIFT_ARTIFACTBUNDLE_ROOT}/${SWIFT_SDK_ROOT_PATH}"
330330
331331
echo "SWIFT_ARTIFACTBUNDLE_SDK_ROOT_PATH=${SWIFT_ARTIFACTBUNDLE_SDK_ROOT_PATH}" >> $GITHUB_ENV
332332

0 commit comments

Comments
 (0)