summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-05-06 10:14:04 +0100
committerBen Gamari <ben@smart-cactus.org>2022-05-18 11:16:59 -0400
commitd7222e9cf2c450e6afad1261717e6a7de0ff844e (patch)
tree0bb8af1a0f9e13e36b4eea67ef009a680a2dc7ad
parent6b8e6235fa5767458111858329cc47f9ce05b9bf (diff)
downloadhaskell-d7222e9cf2c450e6afad1261717e6a7de0ff844e.tar.gz
Fix name of windows release bindist in doc-tarball job
(cherry picked from commit 6e69964d94392b5398a33fa65f3730805c6a7f93)
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57535cd2b7..61ba72127b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -466,7 +466,7 @@ doc-tarball:
|| mv "ghc-x86_64-linux-deb10-perf.tar.xz" "$LINUX_BINDIST" \
|| true
mv "ghc-x86_64-windows-validate.tar.xz" "$WINDOWS_BINDIST" \
- || mv "ghc-x86-windows-perf.tar.xz" "$WINDOWS_BINDIST" \
+ || mv "ghc-x86_64-windows-perf.tar.xz" "$WINDOWS_BINDIST" \
|| true
if [ ! -f "$LINUX_BINDIST" ]; then
echo "Error: $LINUX_BINDIST does not exist. Did the Debian 9 job fail?"