mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +00:00
Github Action tuning
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user