Skip to content

Commit

Permalink
💚 修复 hash 文件列表路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe committed Aug 3, 2024
1 parent 864fe73 commit 5ed1427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- shell: bash
run: |
sha256deep -r -l ./dist > hash.sha256
cd dist
sha256deep -r -l ./ > ../hash.sha256
mv ../hash.sha256 .
zip -q -r -9 ../dist.zip .
Expand Down

0 comments on commit 5ed1427

Please sign in to comment.