Skip to content

Commit fa488f0

Browse files
authored
Update build_release.yml
1 parent db7a510 commit fa488f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
needs: build_and_test
2020
runs-on: ubuntu-latest
2121
steps:
22-
- name: Download artifact
23-
uses: actions/download-artifact@v2
24-
with:
25-
name: uberJAR.jar
2622
- name: Define uberJAR file name
2723
run: |
2824
export TP_SDK_JAR_NAME="testproject-java-sdk.jar"
2925
echo "TP_SDK_JAR_NAME=testproject-java-sdk.jar" >> $GITHUB_ENV
26+
- name: Download artifact
27+
uses: actions/download-artifact@v2
28+
with:
29+
name: ${{ env.TP_SDK_JAR_NAME }}
3030
- name: Upload uberJAR to release
3131
uses: svenstaro/upload-release-action@v2
3232
with:

0 commit comments

Comments
 (0)