diff options
Diffstat (limited to 'testing/get-swift.sh')
-rwxr-xr-x | testing/get-swift.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/get-swift.sh b/testing/get-swift.sh index 3e78082..dfe0939 100755 --- a/testing/get-swift.sh +++ b/testing/get-swift.sh @@ -26,4 +26,4 @@ fi mkdir -p /tmp/swift tar -xf "$TGZ" --strip 1 --directory /tmp/swift -echo '##vso[task.prependpath]/tmp/swift/usr/bin' +echo '/tmp/swift/usr/bin' >> "$GITHUB_PATH" |