Skip to content

Commit 13ec005

Browse files
committed
Debug why no artifacts are generated
1 parent 9836954 commit 13ec005

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/simple.yml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
run: cargo run --manifest-path doc/Cargo.toml --release -- --build=${{ matrix.platform }}
6464
continue-on-error: true
6565

66+
- name: List build artifacts
67+
run: tree doc/target
68+
continue-on-error: true
69+
6670
# Upload platform-specific artifacts
6771
- name: Upload ${{ matrix.platform }} artifacts
6872
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)