Skip to content

Commit 7fb87d7

Browse files
committed
lookup available targets
1 parent 94f3f91 commit 7fb87d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
with:
2929
command: build
3030
args: --release --all-features
31-
- run: ls target/release/ -l
31+
- run: ls */
32+
- run: rustc --print target-list
3233
- name:
3334
Create zip file
3435
run: zip -r rust-frog-api.zip target/release/

0 commit comments

Comments
 (0)