We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022cc41 commit 5e4504fCopy full SHA for 5e4504f
action.yml
@@ -247,7 +247,7 @@ runs:
247
elif [ ${RUNNER_OS} == 'macOS' ]; then
248
/usr/sbin/installer -pkg swift.pkg -target CurrentUserHomeDirectory
249
SWIFT_INSTALLATION=${HOME}/Library/Developer/Toolchains/${{ steps.setup.outputs.swift-id }}.xctoolchain/usr
250
- echo "TOOLCHAINS=$(plutil -extract CFBundleIdentifier raw ${SWIFT_INSTALLATION}/Info.plist)" >> $GITHUB_ENV
+ echo "TOOLCHAINS=$(plutil -extract CFBundleIdentifier raw ${SWIFT_INSTALLATION}/../Info.plist)" >> $GITHUB_ENV
251
which patchelf 2>&1 > /dev/null || brew install patchelf
252
else
253
echo "::error::Unsupported platform: ${RUNNER_OS}"
0 commit comments