summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-09-03 12:43:24 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-09-03 12:44:15 +0000
commitac5a51460c767901e9c9c918a1355835b6679384 (patch)
tree6a3e83d2f80051622c3e00522ae83a1692ef05ea
parentd77a7103dcb6c5cb96f1f4bbf8fbf1a4789f060d (diff)
tcwg-llvm-release.bat: Fix copy to artifacts/
Change-Id: I33fd1027e6a031636c1c190068e75d1164ff2ae4
-rwxr-xr-xtcwg-llvm-release.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-release.bat b/tcwg-llvm-release.bat
index 9e716f8b..453d62d0 100755
--- a/tcwg-llvm-release.bat
+++ b/tcwg-llvm-release.bat
@@ -7,4 +7,4 @@ REM We should merge our changes to upstream
REM llvm/utils/release/build_llvm_package.bat script.
call jenkins-scripts\build_llvm_package.bat %1 %2 || exit /b
-cp LLVM-%1:~0,8%-woa64.zip artifacts\
+cp LLVM-%package_version%-woa64.zip artifacts\