Skip to content

Commit 9d57abe

Browse files
committed
fixing an issue with GH Actions binary checksum generation
1 parent 7154ddd commit 9d57abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Create checksums
148148
run: |
149149
cd ./publish
150-
sha256sum neo4j-export-* > checksums.txt
150+
find . -maxdepth 1 -type f -name "neo4j-export-*" -exec sha256sum {} \; > checksums.txt
151151
cat checksums.txt
152152
153153
- name: Upload artifacts

0 commit comments

Comments
 (0)