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:
7
.github/workflows/github_release.yml
vendored
7
.github/workflows/github_release.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
run: ./gradlew bundleRelease
|
||||
|
||||
|
||||
upload:
|
||||
release:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -73,11 +73,6 @@ jobs:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user