Skip to content

Commit

Permalink
Update continuous_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko authored Nov 12, 2024
1 parent 9f26252 commit 884e4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
distribution: 'zulu'
java-version: '17'

- uses: burrunan/gradle-cache-action@v1
- uses: burrunan/gradle-cache-action@latest
name: Build APK with cached .gradle
with:
job-id: assembleRelease
# Makes all non-main branch builds to use read-only caching
#read-only: ${{ github.ref != 'refs/heads/main' }}
read-only: ${{ github.ref != 'refs/heads/main' }}
# Arguments for Gradle execution
arguments: assembleRelease --stacktrace

Expand Down

0 comments on commit 884e4a6

Please sign in to comment.