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)
|
- name: Build Backend (MIPS)
|
||||||
env:
|
env:
|
||||||
RUSTUP_TOOLCHAIN: nightly
|
RUSTUP_TOOLCHAIN: nightly
|
||||||
|
CROSS_NO_WARNINGS: 0
|
||||||
run: |
|
run: |
|
||||||
cd backend
|
cd backend
|
||||||
cross build --target mips-unknown-linux-musl --release -Z build-std=std,panic_abort
|
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
|
- name: Upload Binary
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user