Skip to content

Commit

Permalink
Merge pull request #140 from intergral/fix_build
Browse files Browse the repository at this point in the history
fix(build): fix up build
  • Loading branch information
Umaaz authored Sep 10, 2024
2 parents 3205164 + 48a8eea commit 5bae4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ jobs:
- name: Upload agent to release
uses: svenstaro/upload-release-action@v2
with:
file: ./agent/target/agent-${VERSION}.jar
file: ./agent/target/agent-${{ github.ref_name }}.jar
asset_name: Deep Agent
tag: ${{ github.ref_name }}
overwrite: true

- name: Upload lite agent to release
uses: svenstaro/upload-release-action@v2
with:
file: ./agent/target/agent-${VERSION}-lite.jar
file: ./agent/target/agent-${{ github.ref_name }}-lite.jar
asset_name: Deep Lite Agent
tag: ${{ github.ref_name }}
overwrite: true
Expand Down

0 comments on commit 5bae4d2

Please sign in to comment.