diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/checks.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 024bdab..a382cd6 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -48,3 +48,9 @@ jobs: - name: Build run: ./gradlew build --no-daemon + + - name: Upload Build Artifacts + uses: actions/upload-artifact@v2 + with: + name: ${{ matrix.version }} Artifacts + path: versions/${{ matrix.version }}/build/libs/ |