Skip to content

Commit af322cf

Browse files
committed
strip file
1 parent fbc36c9 commit af322cf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/rust.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,10 @@ jobs:
1919
- name: Build
2020
run: cargo build --release --verbose
2121

22-
- name: Display structure of downloaded files
23-
run: ls -R
22+
- name: strip file
23+
run: strip ./target/release/ulink
2424

2525
- uses: actions/upload-artifact@v2
26-
with:
27-
name: ulink
28-
path: ./target/release/ulink
29-
30-
- uses: actions/download-artifact@v2
3126
with:
3227
name: ulink
3328
path: ./target/release/ulink

0 commit comments

Comments
 (0)