Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 071e72f

Browse files
committed
Debug list artifacts
1 parent f03720a commit 071e72f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
run: |
126126
set -eu
127127
#
128+
find app/build/outputs -maxdepth 4 -type f -printf "%p\n" | sort
128129
mv "app/build/outputs/bundle/release/app-release.aab" "bundle/release/${{ env.APPLICATION_ID }}_gplay_v${{ env.VERSION }}_${{ env.COMMIT_HASH }}.aab"
129130
#
130131

0 commit comments

Comments
 (0)