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 fc3b73a commit 64c089dCopy full SHA for 64c089d
.github/workflows/build.yml
@@ -58,8 +58,7 @@ jobs:
58
overwrite: true
59
- name: Create jar's hash file
60
run: |
61
- jar_file= $(<build/libs/${{ env.TP_SDK_JAR_NAME }}-${{ env.TP_SDK_VERSION }}-${{ env.TP_SDK_VARIANT}}-${{ env.TP_SDK_FULL_JAR_EXT }})
62
- md5sum "$jar_file" > build/libs/jar-hash.md
+ md5sum build/libs/${{ env.TP_SDK_JAR_NAME }}-${{ env.TP_SDK_VERSION }}-${{ env.TP_SDK_VARIANT}}-${{ env.TP_SDK_FULL_JAR_EXT }} > build/libs/jar-hash.md
63
- name: Upload hash artifact
64
uses: actions/upload-artifact@v2
65
with:
0 commit comments