Skip to content

Commit

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

- name: SHA256
if: matrix.upload
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 368057f

Please sign in to comment.