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 3833641 commit fc3b73aCopy full SHA for fc3b73a
.github/workflows/build.yml
@@ -58,7 +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 }}")
+ 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
63
- name: Upload hash artifact
64
uses: actions/upload-artifact@v2
0 commit comments