summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-llvm-release.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tcwg-llvm-release.sh b/tcwg-llvm-release.sh
index 8574e813..e5746231 100755
--- a/tcwg-llvm-release.sh
+++ b/tcwg-llvm-release.sh
@@ -196,12 +196,15 @@ result=0
) &
wait $! || result=$?
-# Ship
PKGTAG="$RELEASE$RCTAG"
PKGNAME="$(push_binary_name "$PKGTAG" "$TARGET")"
PUSHTYPE="releases"
PUSHDIR="$(push_binary_dir "$PUSHTYPE")"
+# Ship
+mkdir "$WORKSPACE/artifacts"
+cp "$WORKSPACE/$RCDIR/$PKGNAME.$PUSHSUFFIX" "$WORKSPACE/artifacts/"
+
# Force port 22, otherwise our .ssh/config will connect to the host container by
# default and we won't be able to access the upload directory
ssh -p 22 $PUSHSERVER mkdir -p $PUSHDIR