mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-29 16:50:10 +02:00
print shasum -a 256 after building, only before upload
This commit is contained in:
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user