We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f3f91 commit 7fb87d7Copy full SHA for 7fb87d7
1 file changed
.github/workflows/rust.yml
@@ -28,7 +28,8 @@ jobs:
28
with:
29
command: build
30
args: --release --all-features
31
- - run: ls target/release/ -l
+ - run: ls */
32
+ - run: rustc --print target-list
33
- name:
34
Create zip file
35
run: zip -r rust-frog-api.zip target/release/
0 commit comments