Skip to content

Commit

Permalink
adding more ls for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 31, 2024
1 parent bcf0f47 commit 9689e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ jobs:

- name: Create tar.gz Archive
run: |
ls -la ${{github.workspace}}/platform/android/java/
ls -la ${{github.workspace}}/platform/android/java/lib
ls -la ${{github.workspace}}/${{ matrix.folder }}
tar -czvf ${{ matrix.cache-name }}-${{ github.event.client_payload.type || 'nightly' }}.tar.gz -C ${{github.workspace}}/${{ matrix.folder }} .
Expand Down

0 comments on commit 9689e8c

Please sign in to comment.