Skip to content

Commit 8703e29

Browse files
committed
debug actions
1 parent b38ec6d commit 8703e29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
env:
7171
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
7272

73+
- name: Debug
74+
run: |
75+
/usr/bin/ls -alh gradle/build/app/outputs/apk/forkRelease/
76+
7377
- name: Upload arm64 apk
7478
uses: actions/upload-artifact@v4
7579
with:

0 commit comments

Comments
 (0)