Skip to content
Snippets Groups Projects
Commit d7222e9c authored by Matthew Pickering's avatar Matthew Pickering Committed by Ben Gamari
Browse files

Fix name of windows release bindist in doc-tarball job

(cherry picked from commit 6e69964d)
parent 6b8e6235
No related branches found
No related tags found
No related merge requests found
...@@ -466,7 +466,7 @@ doc-tarball: ...@@ -466,7 +466,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