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