We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3205164 + 48a8eea commit 5bae4d2Copy full SHA for 5bae4d2
.github/workflows/on_release.yml
@@ -74,15 +74,15 @@ jobs:
74
- name: Upload agent to release
75
uses: svenstaro/upload-release-action@v2
76
with:
77
- file: ./agent/target/agent-${VERSION}.jar
+ file: ./agent/target/agent-${{ github.ref_name }}.jar
78
asset_name: Deep Agent
79
tag: ${{ github.ref_name }}
80
overwrite: true
81
82
- name: Upload lite agent to release
83
84
85
- file: ./agent/target/agent-${VERSION}-lite.jar
+ file: ./agent/target/agent-${{ github.ref_name }}-lite.jar
86
asset_name: Deep Lite Agent
87
88
0 commit comments