diff options
Diffstat (limited to '.github/workflows/checks.yml')
-rw-r--r-- | .github/workflows/checks.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7f7499d..024bdab 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -46,15 +46,5 @@ jobs: - name: Chmod Gradle run: chmod +x ./gradlew - - name: Setup Gradle - if: steps.cache.outputs.cache-hit != 'true' - run: ./gradlew setupGradle --no-daemon - - 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/ |