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
29db7e3ca8
commit
77f36f9a7f
1 changed files with 2 additions and 6 deletions
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue