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
3adbe520f8
commit
042ac60664
1 changed files with 2 additions and 7 deletions
9
.github/workflows/github_release.yml
vendored
9
.github/workflows/github_release.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
run: ./gradlew bundleRelease
|
||||
|
||||
|
||||
upload:
|
||||
release:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -72,12 +72,7 @@ jobs:
|
|||
path: |
|
||||
app/build/outputs/apk/release/
|
||||
app/build/outputs/bundle/release/
|
||||
|
||||
|
||||
release:
|
||||
needs: upload
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Create Github Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue