Skip to content

Commit 7b47d7d

Browse files
authored
fix(release): cannot create github release (#3)
Signed-off-by: Kevin Cui <[email protected]>
1 parent 83c0544 commit 7b47d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
files: |
6666
./out/*
67-
body_path: ./sha256.txt
67+
body_path: ./out/sha256.txt
6868
draft: false
6969
prerelease: false
7070
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)