Update qa-build.yml

This commit is contained in:
Aman Singh
2023-02-27 19:49:19 +05:30
committed by GitHub Enterprise
parent 66da3a7416
commit e145a7f4be

View File

@@ -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