Skip to content

Commit aaee4fb

Browse files
authored
Update build_release.yml
1 parent 6029e91 commit aaee4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: svenstaro/upload-release-action@v2
3232
with:
3333
repo_token: ${{ secrets.GITHUB_TOKEN }}
34-
file: ./"${TP_SDK_JAR_NAME}"
34+
file: ${{ env.TP_SDK_JAR_NAME }}
3535
asset_name: ${{ env.TP_SDK_JAR_NAME }}
3636
tag: ${{ github.ref }}
3737
overwrite: true

0 commit comments

Comments
 (0)