Skip to content

Commit 6f9203d

Browse files
wxyzhBambooin
wxyzh
authored andcommitted
fix: set output of checksum
1 parent 37a762a commit 6f9203d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cache-hash.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ hash=$(git submodule status)
1818
hash=$hash$($DIGEST_ALGORITHM $JNI_FILES)
1919
hash=$(echo $hash | $DIGEST_ALGORITHM | cut -c-64)
2020

21-
echo "{hash}={hash}" >> $GITHUB_OUTPUT
21+
echo "hash=$hash" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)