Modify build artifact's output dir properly
Bug: 373248801
Bug: 374244795
Test: will be tested in kokoro
Change-Id: I102fb85c1d78fda33d737b39901ed26303aa8b59
diff --git a/build/debian/build.sh b/build/debian/build.sh
index 824d6c5..b4e8b2f 100755
--- a/build/debian/build.sh
+++ b/build/debian/build.sh
@@ -181,4 +181,4 @@
cp $(dirname $0)/vm_config.json.${arch} vm_config.json
# --sparse option isn't supported in apache-commons-compress
-tar czv -f ${KOKORO_ARTIFACTS_DIR}/images.tar.gz ${images[@]} vm_config.json
\ No newline at end of file
+tar czv -f images.tar.gz ${images[@]} vm_config.json
\ No newline at end of file