mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +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
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: release-artifacts
|
||||
|
||||
- name: Create Github Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
|
@ -81,6 +77,6 @@ jobs:
|
|||
generate_release_notes: true
|
||||
prerelease: true
|
||||
files: |
|
||||
**/*.apk
|
||||
**/*.aab
|
||||
app/build/outputs/apk/release/*.apk
|
||||
app/build/outputs/bundle/release/*.aab
|
||||
# body_path: app/src/main/play/release-notes/en-GB/default.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue