diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 3b1fe055..9c9bf7d8 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -1,4 +1,4 @@ -name: Test Workflow +name: Testing Workflow # This workflow is triggered on pull requests to development branch on: pull_request: @@ -27,10 +27,10 @@ jobs: - name: Create Artifact Path run: | mkdir -p anomaly-detection-artifacts - cp ./anomaly-detection/build/distributions/*.zip anomaly-detection-artifacts + cp ./build/distributions/*.zip anomaly-detection-artifacts # This step uses the upload-artifact Github action: https://github.com/actions/upload-artifact - name: Upload Artifacts uses: actions/upload-artifact@v1 with: name: anomaly-detection-plugin - path: anomaly-detection-artifacts \ No newline at end of file + path: anomaly-detection-artifacts