Skip to content

Commit

Permalink
Enable build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderRedYT committed Nov 20, 2024
1 parent 82e1c3e commit 42f362f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build Android Dev
run: |
cd android && ./gradlew assembleRelease --no-daemon
cd android && ./gradlew assembleRelease --no-daemon --build-cache --build-cache-key=dev
- name: Upload APK as artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build Android
run: |
cd android
./gradlew assembleRelease --no-daemon --info
./gradlew assembleRelease --no-daemon --info --build-cache --build-cache-key=android-release
for f in app/build/outputs/apk/release/*-unsigned.apk; do mv "$f" "${f%-unsigned.apk}.apk"; done
- name: Sign App Bundle
Expand Down

0 comments on commit 42f362f

Please sign in to comment.