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:
|
with:
|
||||||
name: release-artifacts
|
name: release-artifacts
|
||||||
|
|
||||||
|
- name: List Files
|
||||||
|
run: ls release-files
|
||||||
|
|
||||||
- name: Create Github Release
|
- name: Create Github Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
@@ -81,6 +84,6 @@ jobs:
|
|||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: |
|
files: |
|
||||||
app/**/*.apk
|
**/*.apk
|
||||||
app/**/*.aab
|
**/*.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
|
||||||
|
|||||||
Reference in New Issue
Block a user