Update workflow file
Some checks failed
build / build (21) (push) Successful in 13m57s
build / upload-release (push) Failing after 8s

This commit is contained in:
BitHeaven 2025-01-21 03:28:15 +05:00
parent 908701152e
commit 212c1c11a6

View File

@ -20,15 +20,15 @@ jobs:
distribution: 'liberica' distribution: 'liberica'
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
# - name: Cache Gradle packages - name: Cache Gradle packages
# uses: actions/cache@v4 uses: actions/cache@v4
# with: with:
# path: | path: |
# ~/.gradle/caches ~/.gradle/caches
# ~/.gradle/wrapper ~/.gradle/wrapper
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
# restore-keys: | restore-keys: |
# ${{ runner.os }}-gradle- ${{ runner.os }}-gradle-
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build run: ./gradlew build