Skip to content

Commit 474c4c9

Browse files
committed
Update action to add swift-branch input
1 parent 920b351 commit 474c4c9

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
@@ -171,7 +171,7 @@ runs:
171171
cd ~/swift-download
172172
if [ ${RUNNER_OS} == 'Linux' ]; then
173173
mkdir -p ${HOME}/swift/toolchains/${{ steps.setup.outputs.swift-id }}
174-
tar -xzf swift.tar.gz -C ${HOME}/swift/toolchains/${{ steps.setup.outputs.swift-id }} --strip 1}
174+
tar -xzf swift.tar.gz -C ${HOME}/swift/toolchains/${{ steps.setup.outputs.swift-id }} --strip 1
175175
SWIFT_INSTALLATION=$HOME/swift/toolchains/${{ steps.setup.outputs.swift-id }}/usr
176176
elif [ ${RUNNER_OS} == 'macOS' ]; then
177177
/usr/sbin/installer -pkg swift.pkg -target CurrentUserHomeDirectory

0 commit comments

Comments
 (0)