Update qa-build.yml

This commit is contained in:
Aman Singh
2023-02-27 20:27:16 +05:30
committed by GitHub Enterprise
parent d5a23507c3
commit 1cc4bfbe4d

View File

@@ -94,5 +94,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: app/build/outputs/apk/${{ github.event.inputs.type || inputs.type }}/
retention-days: 30