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

Commit

Permalink
APIGOV-26360 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Sep 25, 2023
1 parent f4d18ee commit 017e639
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 017e639

Please sign in to comment.