mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Github Action tuning
This commit is contained in:
parent
3819c58ebb
commit
74778302b9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/github_release.yml
vendored
8
.github/workflows/github_release.yml
vendored
|
|
@ -61,8 +61,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: release-artifacts
|
name: release-artifacts
|
||||||
path: |
|
path: |
|
||||||
app/**/*.apk
|
app/build/outputs/apk/release/
|
||||||
app/**/*.aab
|
app/build/outputs/bundle/release/
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -81,6 +81,6 @@ jobs:
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: |
|
files: |
|
||||||
app/**/*.apk
|
app/build/outputs/apk/release/app-release.apk
|
||||||
app/**/*.aab
|
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