mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +00:00
Github Action tuning
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user