Skip to content

Commit 8c9a197

Browse files
committed
debug ci
1 parent 7b53380 commit 8c9a197

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ jobs:
176176
run: |
177177
cargo build --verbose --release
178178
179+
- name: List the target dir for debug
180+
run: ls -lah target
181+
179182
- name: Rename
180183
run: cp target/${{ matrix.TARGET }}/release/airwire${{ matrix.EXTENSION }} airwire-${{ matrix.TARGET }}${{ matrix.EXTENSION }}
181184

0 commit comments

Comments
 (0)