diff --git a/ansible/kp_upload-schema.yml b/ansible/kp_upload-schema.yml
index a9b221f0d23b769a6cfff75acddc20c48c7f4aa4..32ebde956dfb5a28b048a752d144802ea85e4940 100644
--- a/ansible/kp_upload-schema.yml
+++ b/ansible/kp_upload-schema.yml
@@ -8,7 +8,7 @@
         AZURE_STORAGE_SAS_TOKEN: "{{ sunbird_public_storage_account_sas }}"
   tasks:
     - name: upload batch
-      command: "az storage blob upload-batch --destination {{ plugin_container_name }}/schemas/local --source {{ source_path }}/{{ item }}"
+      command: "az storage blob upload-batch --destination {{ plugin_container_name }}/schemas/local/{{ item }} --source {{ source_path }}/{{ item }}"
       with_items:
         - "{{ source_name.split(',') }}"
       async: 3600