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

Commit

Permalink
Merge pull request #46 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 f4d18ee + 017e639 commit d0ae29b
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: discovery/bin/webmethods_discovery_agent
file: bin/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: traceability/bin/webmethods_traceability_agent
file: bin/webmethods_traceability_agent
asset_name: webmethods_traceability_agent
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit d0ae29b

Please sign in to comment.