diff --git a/ansible/roles/offline-installer/tasks/uploadToAzure.yml b/ansible/roles/offline-installer/tasks/uploadToAzure.yml
index 0658a33a30e1262add00fbcfa103136e914ba476..737a44a94c2ea9d117361bd779fdbf6828f7bb3e 100644
--- a/ansible/roles/offline-installer/tasks/uploadToAzure.yml
+++ b/ansible/roles/offline-installer/tasks/uploadToAzure.yml
@@ -7,7 +7,7 @@
 - name: Upload to azure blob storage
   command: az storage blob upload-batch --destination {{offline_installer_container_name}} --source "offline_artifacts"
   args:
-    chdir: "{{offline_repo_location}}/offline-installer-repo/offline_artifacts/{{build_number}}/"
+    chdir: "{{offline_repo_location}}/offline-installer-repo/"
   environment:
     AZURE_STORAGE_ACCOUNT: "{{sunbird_offline_azure_storage_account}}"
     AZURE_STORAGE_KEY: "{{sunbird_offline_azure_storage_key}}"