Skip to content

Commit

Permalink
Inspect output APK filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jul 12, 2023
1 parent cf8de3c commit ef2d1e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
name: build-outputs-${{ env.BUILD_ID }
path: app/build/outputs/
- run:
jq -er '.elements[].outputFile|sub("(-unsigned)?(\\.apk)?$";"")' app/build/outputs/apk/debug/output-metadata.json
jq -er '.elements[].outputFile|sub("(-unsigned)?(\\.apk)?$";"")' app/build/outputs/apk/release/output-metadata.json
- uses: actions/upload-artifact@v3
with:
name: apks
Expand Down

0 comments on commit ef2d1e8

Please sign in to comment.