diff --git a/.github/workflows/dev-environment.yml b/.github/workflows/dev-environment.yml
index dd8c3f6548..69b1574f87 100644
--- a/.github/workflows/dev-environment.yml
+++ b/.github/workflows/dev-environment.yml
@@ -128,7 +128,7 @@ jobs:
         if: ${{ inputs.artifact_name && inputs.artifact_path }}
         uses: actions/upload-artifact@v4
         with:
-          name: ${{ inputs.artifact_name }}_${{ matrix.plugins.container_path }}_${{ env.version }}-${{ env.revision }}_${{ env.githubReference }}.zip
+          name: ${{ inputs.artifact_name }}_${{ matrix.plugins.container_path }}_${{ matrix.plugins.container_path }}_${{ env.version }}-${{ env.revision }}_${{ env.githubReference }}.zip
           path: ${{ matrix.plugins.path }}/${{ inputs.artifact_path }}
           if-no-files-found: 'error'
           overwrite: true
diff --git a/scripts/test-packages/osd-test-packages.Dockerfile b/scripts/test-packages/osd-test-packages.Dockerfile
index 88cc083597..b7e5c7ef50 100644
--- a/scripts/test-packages/osd-test-packages.Dockerfile
+++ b/scripts/test-packages/osd-test-packages.Dockerfile
@@ -6,7 +6,7 @@ FROM opensearchproject/opensearch-dashboards:${OSD_VERSION}
 
 ARG PACKAGE_NAME
 
-ADD ./${PACKAGE_NAME} /tmp/
+ADD ./plugins /tmp/
 # This is needed to run it local
 #
 # USER root