Skip to content

Commit 326f1e7

Browse files
authored
Update action.yml
Update `plutil` invocation for the identifier
1 parent db4ffac commit 326f1e7

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
@@ -315,5 +315,5 @@ runs:
315315
installer -pkg swift-${RESOLVED_SWIFT_BUILD}-osx.pkg -target CurrentUserHomeDirectory
316316
rm -f swift-${RESOLVED_SWIFT_BUILD}-osx.pkg
317317
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
318+
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
319319
shell: bash

0 commit comments

Comments
 (0)