chore: Add debug listing for artifacts
This commit is contained in:
7
.github/workflows/build-mips.yml
vendored
7
.github/workflows/build-mips.yml
vendored
@@ -38,10 +38,17 @@ jobs:
|
||||
- name: Build Backend (MIPS)
|
||||
env:
|
||||
RUSTUP_TOOLCHAIN: nightly
|
||||
CROSS_NO_WARNINGS: 0
|
||||
run: |
|
||||
cd backend
|
||||
cross build --target mips-unknown-linux-musl --release -Z build-std=std,panic_abort
|
||||
|
||||
- name: Debug - List Files
|
||||
run: |
|
||||
echo "Listing target directory..."
|
||||
find backend/target -maxdepth 5 || true
|
||||
ls -R backend/target/mips-unknown-linux-musl/release || true
|
||||
|
||||
- name: Upload Binary
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user