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 db4ffac commit 326f1e7Copy full SHA for 326f1e7
action.yml
@@ -315,5 +315,5 @@ runs:
315
installer -pkg swift-${RESOLVED_SWIFT_BUILD}-osx.pkg -target CurrentUserHomeDirectory
316
rm -f swift-${RESOLVED_SWIFT_BUILD}-osx.pkg
317
318
- echo "TOOLCHAINS=$(plutil -extract 'CFBundleIdentifier' xml1 ${HOME}/Library/Developer/Toolchains/swift-${RESOLVED_SWIFT_BUILD}.xctoolchain/Info.plist | xmllint --xpath '//plist/string/text()' -)" >> $GITHUB_ENV
+ echo "TOOLCHAINS=$(plutil -extract 'CFBundleIdentifier' xml1 -o - ${HOME}/Library/Developer/Toolchains/swift-${RESOLVED_SWIFT_BUILD}.xctoolchain/Info.plist | xmllint --xpath '//plist/string/text()' -)" >> $GITHUB_ENV
319
shell: bash
0 commit comments