mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-05 08:33:07 +00:00
Github Action tuning
This commit is contained in:
8
.github/workflows/github_release.yml
vendored
8
.github/workflows/github_release.yml
vendored
@@ -70,10 +70,6 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
|
||||||
with:
|
|
||||||
name: release-artifacts
|
|
||||||
|
|
||||||
- name: Create Github Release
|
- name: Create Github Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
@@ -81,6 +77,6 @@ jobs:
|
|||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: |
|
files: |
|
||||||
**/*.apk
|
app/build/outputs/apk/release/*.apk
|
||||||
**/*.aab
|
app/build/outputs/bundle/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
|
||||||
|
|||||||
Reference in New Issue
Block a user