diff --git a/.github/workflows/webmethods-agents-release.yml b/.github/workflows/webmethods-agents-release.yml index 5195910..967cf03 100644 --- a/.github/workflows/webmethods-agents-release.yml +++ b/.github/workflows/webmethods-agents-release.yml @@ -78,7 +78,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: traceability/webmethods_traceability_agent.yml + file: build/webmethods_traceability_agent.yml asset_name: webmethods_traceability_agent.yml tag: ${{ github.ref }} overwrite: true