mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Github Action tuning
This commit is contained in:
parent
9538908b49
commit
3adbe520f8
1 changed files with 4 additions and 2 deletions
6
.github/workflows/github_release.yml
vendored
6
.github/workflows/github_release.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Cache Gradle and wrapper
|
- name: Cache Gradle and wrapper
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|
@ -84,5 +84,7 @@ jobs:
|
||||||
name: v${{ github.ref_name }}
|
name: v${{ github.ref_name }}
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: app/build/outputs/apk/release/app-release.apk
|
files: |
|
||||||
|
app/build/outputs/apk/release/app-release.apk
|
||||||
|
app/build/outputs/bundle/release/app-release.aab
|
||||||
# body_path: app/src/main/play/release-notes/en-GB/default.txt
|
# body_path: app/src/main/play/release-notes/en-GB/default.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue