TP-00000 | Reduce Binary Retention to 5 Days (#7406)

This commit is contained in:
Shivam Goyal
2023-08-03 15:29:56 +05:30
committed by GitHub
parent e50d053d37
commit 82ac8a28ef
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ concurrency:
jobs:
build-qa-debug:
uses: ./.github/workflows/generate_apk.yml
uses: ./.github/workflows/generate_build.yml
with:
environment: qa
type: debug
@@ -36,7 +36,7 @@ jobs:
build-qa-release:
if: github.event_name == 'push' && (github.ref_name == 'master' || startsWith(github.ref_name, 'release-'))
uses: ./.github/workflows/generate_apk.yml
uses: ./.github/workflows/generate_build.yml
with:
environment: qa
type: release

View File

@@ -1,4 +1,4 @@
name: Generate APK CI
name: Generate Build CI
on:
workflow_dispatch:
@@ -100,4 +100,4 @@ jobs:
path: |
app/build/outputs/universal_apk/
app/build/outputs/bundle/
retention-days: 15
retention-days: 5