Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 31, 2024
1 parent ddc9548 commit 4cfa129
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,8 @@ jobs:

- name: Create tar.gz Archive
run: |
ls -la ${{github.workspace}}/platform/android/java/
ls -la ${{github.workspace}}/platform/android/java/editor
ls -la ${{github.workspace}}/platform/android/java/lib
ls -la ${{github.workspace}}/platform/android/java/lib/libs
ls -la bin/android_editor_builds/
ls -la ${{github.workspace}}/platform/android/java/lib/libs/tools
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 4cfa129

Please sign in to comment.