Skip to content

Commit 48a8eea

Browse files
committed
fix(build): fix up build
1 parent 3205164 commit 48a8eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ jobs:
7474
- name: Upload agent to release
7575
uses: svenstaro/upload-release-action@v2
7676
with:
77-
file: ./agent/target/agent-${VERSION}.jar
77+
file: ./agent/target/agent-${{ github.ref_name }}.jar
7878
asset_name: Deep Agent
7979
tag: ${{ github.ref_name }}
8080
overwrite: true
8181

8282
- name: Upload lite agent to release
8383
uses: svenstaro/upload-release-action@v2
8484
with:
85-
file: ./agent/target/agent-${VERSION}-lite.jar
85+
file: ./agent/target/agent-${{ github.ref_name }}-lite.jar
8686
asset_name: Deep Lite Agent
8787
tag: ${{ github.ref_name }}
8888
overwrite: true

0 commit comments

Comments
 (0)