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
3541d2c0c9
commit
dadbfd79f6
1 changed files with 10 additions and 6 deletions
16
.github/workflows/github_release.yml
vendored
16
.github/workflows/github_release.yml
vendored
|
|
@ -55,12 +55,7 @@ jobs:
|
|||
KEY_PASSWORD_GITHUB: ${{ secrets.KEY_PASSWORD_GITHUB }}
|
||||
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:
|
||||
|
|
@ -69,6 +64,15 @@ jobs:
|
|||
app/**/*.apk
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue