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
3541d2c0c9
commit
dadbfd79f6
1 changed files with 10 additions and 6 deletions
14
.github/workflows/github_release.yml
vendored
14
.github/workflows/github_release.yml
vendored
|
|
@ -56,11 +56,6 @@ jobs:
|
|||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
run: ./gradlew bundleRelease
|
||||
|
||||
|
||||
release:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Upload Release Build to Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
@ -70,6 +65,15 @@ jobs:
|
|||
app/**/*.aab
|
||||
if-no-files-found: error
|
||||
|
||||
|
||||
release:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: release-bundle
|
||||
|
||||
- name: Create Github Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue