1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-29 08:40:37 +02:00

print shasum -a 256 after building, only before upload

This commit is contained in:
soloturn
2022-01-03 08:55:35 +01:00
parent af701b21d8
commit 9aed081e50

View File

@@ -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