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

APIGOV-26360 - fix #47

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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