Skip to content
Snippets Groups Projects
Commit 6e69964d authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

Fix name of windows release bindist in doc-tarball job

parent 4de887e2
No related branches found
No related tags found
No related merge requests found
...@@ -488,7 +488,7 @@ doc-tarball: ...@@ -488,7 +488,7 @@ doc-tarball:
|| mv "ghc-x86_64-linux-deb10-perf.tar.xz" "$LINUX_BINDIST" \ || mv "ghc-x86_64-linux-deb10-perf.tar.xz" "$LINUX_BINDIST" \
|| true || true
mv "ghc-x86_64-windows-validate.tar.xz" "$WINDOWS_BINDIST" \ 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 || true
if [ ! -f "$LINUX_BINDIST" ]; then if [ ! -f "$LINUX_BINDIST" ]; then
echo "Error: $LINUX_BINDIST does not exist. Did the Debian 9 job fail?" echo "Error: $LINUX_BINDIST does not exist. Did the Debian 9 job fail?"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment