Skip to content

Commit

Permalink
ci: debug artifact output
Browse files Browse the repository at this point in the history
  • Loading branch information
cilki committed Jul 26, 2024
1 parent 5461c80 commit 8ddd626
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
matrix:
target:
- aarch64-linux-android
- armv7-linux-androideabi
steps:
- run: sudo apt-get install -y libasound2-dev libudev-dev llvm

Expand All @@ -67,10 +68,10 @@ jobs:
x doctor
x build --arch arm64 --platform android --format apk
cd ..
tree -L 3
tree -L 5 target
- uses: actions/upload-artifact@v4
with:
name: build_artifacts
path: target/${{ matrix.target }}/debug/*.apk
path: target/x/debug/*.apk

0 comments on commit 8ddd626

Please sign in to comment.