Skip to content

Commit fc3b73a

Browse files
authored
Update build.yml
1 parent 3833641 commit fc3b73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +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 }}")
61+
jar_file= $(<build/libs/${{ env.TP_SDK_JAR_NAME }}-${{ env.TP_SDK_VERSION }}-${{ env.TP_SDK_VARIANT}}-${{ env.TP_SDK_FULL_JAR_EXT }})
6262
md5sum "$jar_file" > build/libs/jar-hash.md
6363
- name: Upload hash artifact
6464
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)