Skip to content

Commit

Permalink
print shasum -a 256 after building
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Jan 3, 2022
1 parent f2079d2 commit aeac312
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Build with Gradle
run: ./gradlew build

- name: SHA256
run: shasum -a 256 build/libs/*.jar

- name: upload jar as asset
if: matrix.upload
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit aeac312

Please sign in to comment.