upload build artifacts

This commit is contained in:
alexcrea 2025-06-14 10:43:25 +02:00
parent 27604dbb81
commit 23adf3b1a4
No known key found for this signature in database
GPG key ID: 027DD67D2D3280C5

View file

@ -43,6 +43,12 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build --parallel
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: Package
path: build/libs
- name: Summarize tests results
uses: jeantessier/test-summary-action@v1
if: ${{ always() }}