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 ac3a966 commit 3684c1e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
targets: ${{ matrix.target }}

- uses: actions-rs/cargo@v1
working-directory: sandpolis
with:
command: build
args: --release --target ${{ matrix.target }} --all-features
Expand Down Expand Up @@ -61,7 +62,8 @@ jobs:
run: |
x doctor
x build --arch arm64 --platform android --format apk
tree
cd ..
tree -L 3
- uses: actions/upload-artifact@v4
with:
Expand Down
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3684c1e

Please sign in to comment.