fix: Correct artifact path (workspace root target)
This commit is contained in:
6
.github/workflows/build-mips.yml
vendored
6
.github/workflows/build-mips.yml
vendored
@@ -46,11 +46,11 @@ jobs:
|
|||||||
- name: Debug - List Files
|
- name: Debug - List Files
|
||||||
run: |
|
run: |
|
||||||
echo "Listing target directory..."
|
echo "Listing target directory..."
|
||||||
find backend/target -maxdepth 5 || true
|
find target -maxdepth 5 || true
|
||||||
ls -R backend/target/mips-unknown-linux-musl/release || true
|
ls -R 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:
|
||||||
name: vibetorrent-mips
|
name: vibetorrent-mips
|
||||||
path: backend/target/mips-unknown-linux-musl/release/backend
|
path: target/mips-unknown-linux-musl/release/backend
|
||||||
|
|||||||
Reference in New Issue
Block a user