We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f13fef commit 307c3cdCopy full SHA for 307c3cd
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: ./gradlew shadowJar --no-daemon
30
31
- name: Generate Checksum
32
- run: sha256sum build/libs/uk-invitation-letter-${{ github.ref_name }}.jar > checksum.txt
+ run: sha256sum build/libs/uk-invitation-letter-${{ github.ref_name }}.jar | awk '{print $1}' > checksum.txt
33
34
- uses: marvinpinto/action-automatic-releases@latest
35
with:
0 commit comments