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.
1 parent db7a510 commit fa488f0Copy full SHA for fa488f0
.github/workflows/build_release.yml
@@ -19,14 +19,14 @@ jobs:
19
needs: build_and_test
20
runs-on: ubuntu-latest
21
steps:
22
- - name: Download artifact
23
- uses: actions/download-artifact@v2
24
- with:
25
- name: uberJAR.jar
26
- name: Define uberJAR file name
27
run: |
28
export TP_SDK_JAR_NAME="testproject-java-sdk.jar"
29
echo "TP_SDK_JAR_NAME=testproject-java-sdk.jar" >> $GITHUB_ENV
+ - name: Download artifact
+ uses: actions/download-artifact@v2
+ with:
+ name: ${{ env.TP_SDK_JAR_NAME }}
30
- name: Upload uberJAR to release
31
uses: svenstaro/upload-release-action@v2
32
with:
0 commit comments