Skip to content

Commit 307c3cd

Browse files
committed
patch: quickfix the checksum
1 parent 9f13fef commit 307c3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./gradlew shadowJar --no-daemon
3030

3131
- name: Generate Checksum
32-
run: sha256sum build/libs/uk-invitation-letter-${{ github.ref_name }}.jar > checksum.txt
32+
run: sha256sum build/libs/uk-invitation-letter-${{ github.ref_name }}.jar | awk '{print $1}' > checksum.txt
3333

3434
- uses: marvinpinto/action-automatic-releases@latest
3535
with:

0 commit comments

Comments
 (0)