Skip to content

Commit b2da37c

Browse files
authored
Try to fix hash wrong on windows
1 parent 9e5fc2f commit b2da37c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
run: |
8080
cp LICENSE ezcheck/
8181
cd ezcheck
82-
sha256sum * > sha256sum.txt
82+
sha256sum ezcheck* > sha256sum.txt
83+
sha256sum LICENSE >> sha256sum.txt
8384
8485
- if: matrix.config.os == 'windows-latest'
8586
run: Compress-Archive -Path .\ezcheck\* -DestinationPath .\ezcheck-${{ matrix.config.target }}-${{ matrix.backend }}.zip

0 commit comments

Comments
 (0)