Skip to content

Commit

Permalink
add build cache env
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed May 7, 2024
1 parent 43e9413 commit 5d26464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
env:
GRADLE_BUILD_CACHE_USER: ${{ secrets.GRADLE_BUILD_CACHE_USER }}
GRADLE_BUILD_CACHE_TOKEN: ${{ secrets.GRADLE_BUILD_CACHE_TOKEN }}
- name: Upload build artifacts (Common)
continue-on-error: true
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5d26464

Please sign in to comment.