Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
with:
# Only write to the cache for builds on the 'main' branch
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
gradle-home-cache-cleanup: true

- name: Check spotless
run: ./gradlew spotlessCheck --no-configuration-cache
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/upload-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
# Only write to the cache for builds on the 'main' branch
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
gradle-home-cache-cleanup: true

- run: echo VERSION_CODE=$(date +%s) >> $GITHUB_ENV
- run: echo VERSION_NAME=$(date +%F) >> $GITHUB_ENV
Expand All @@ -39,7 +38,7 @@ jobs:
run: ./gradlew bundleRelease

- uses: r0adkll/sign-android-release@v1
name: Sign app APK
name: Sign app AAB
id: sign_app
with:
releaseDirectory: app/build/outputs/bundle/release
Expand All @@ -59,4 +58,3 @@ jobs:
track: beta
mappingFile: app/build/outputs/mapping/release/mapping.txt
status: completed
changesNotSentForReview: true