Skip to content

Commit 64c089d

Browse files
authored
Update build.yml
1 parent fc3b73a commit 64c089d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
overwrite: true
5959
- name: Create jar's hash file
6060
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
61+
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
6362
- name: Upload hash artifact
6463
uses: actions/upload-artifact@v2
6564
with:

0 commit comments

Comments
 (0)