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
8570fd9520
commit
ae0acde599
1 changed files with 5 additions and 2 deletions
7
.github/workflows/github_release.yml
vendored
7
.github/workflows/github_release.yml
vendored
|
|
@ -74,6 +74,9 @@ jobs:
|
|||
with:
|
||||
name: release-artifacts
|
||||
|
||||
- name: List Files
|
||||
run: ls release-files
|
||||
|
||||
- name: Create Github Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
|
@ -81,6 +84,6 @@ jobs:
|
|||
generate_release_notes: true
|
||||
prerelease: true
|
||||
files: |
|
||||
app/**/*.apk
|
||||
app/**/*.aab
|
||||
**/*.apk
|
||||
**/*.aab
|
||||
# body_path: app/src/main/play/release-notes/en-GB/default.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue