Update qa-build.yml
This commit is contained in:
committed by
GitHub Enterprise
parent
66da3a7416
commit
e145a7f4be
2
.github/workflows/qa-build.yml
vendored
2
.github/workflows/qa-build.yml
vendored
@@ -93,5 +93,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-${{ github.event.inputs.environment || inputs.environment }}-${{ github.event.inputs.type || inputs.type }}
|
||||
path: app/build/outputs/apk/${{ github.event.inputs.environment || inputs.environment }}/${{ github.event.inputs.type || inputs.type }}/
|
||||
path: android/app/build/outputs/apk/${{ github.event.inputs.environment || inputs.environment }}/${{ github.event.inputs.type || inputs.type }}/
|
||||
retention-days: 30
|
||||
|
||||
Reference in New Issue
Block a user