Skip to content

Commit d1e54db

Browse files
committed
Strip the build directory prefix.
1 parent af39ed9 commit d1e54db

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
@@ -70,7 +70,7 @@ jobs:
7070
- name: sha256
7171
id: sha256
7272
run: |
73-
sha256sum build/secret-sharer-* > build/hashes.sha256.txt
73+
sha256sum build/secret-sharer-* | sed 's/ build\///g' > build/hashes.sha256.txt
7474
- name: Upload Release Assets
7575
# v1.0.0
7676
uses: glentiki/xbin-release-action@736088fa1388541bd9224f2749445ee3bd8890a5

0 commit comments

Comments
 (0)