diff --git a/scripts/build_with_mount.sh b/scripts/build_with_mount.sh index 3e415b07..1b413b39 100755 --- a/scripts/build_with_mount.sh +++ b/scripts/build_with_mount.sh @@ -748,7 +748,7 @@ else fi artifact_name=WSA_${WSA_VER}_${ARCH}_${WSA_REL}${name1}${name2} if [ "$REMOVE_AMAZON" = "yes" ]; then - artifact_name+="-RemovedAmazon" + artifact_name+="-NoAmazon" touch "$WORK_DIR/wsa/$ARCH/apex/.gitkeep" fi echo "$artifact_name"