Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #47 from Axway/APIGOV-26360
Browse files Browse the repository at this point in the history
APIGOV-26360 - fix
  • Loading branch information
dfeldick authored Sep 25, 2023
2 parents d0ae29b + 8c5b576 commit 602c79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webmethods-agents-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: bin/webmethods_discovery_agent
file: bin/discovery/webmethods_discovery_agent
asset_name: webmethods_discovery_agent
tag: ${{ github.ref }}
overwrite: true
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: bin/webmethods_traceability_agent
file: bin/traceability/webmethods_traceability_agent
asset_name: webmethods_traceability_agent
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 602c79b

Please sign in to comment.