Skip to content

Commit e3e6eed

Browse files
committed
f
1 parent 19123d5 commit e3e6eed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/release/upload-artifacts.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ URL=https://downloads.haskell.org
99

1010
cd "gh-release-artifacts/cabal-${VERSION}"
1111

12-
sftp $URL <<EOF
12+
sftp -b - $URL <<EOF
1313
cd cabal
1414
1515
mkdir cabal-install-$VERSION
1616
cd cabal-install-$VERSION
1717
1818
put -r .
1919
20+
cd ..
2021
rm cabal-install-latest
2122
symlink cabal-install-$VERSION cabal-install-latest
2223
EOF

0 commit comments

Comments
 (0)