File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v2
11
-
12
- - name : Install Rust
13
- uses : actions-rs/toolchain@v1
14
- with :
15
- toolchain : stable
16
- default : true
17
- override : true
10
+ - uses : actions/checkout@v3
18
11
19
12
- name : Build
20
13
working-directory : client
23
16
- name : Strip Debug Symbols
24
17
run : strip target/release/wsld
25
18
26
- - uses : actions/upload-artifact@v2
19
+ - uses : actions/upload-artifact@v3
27
20
with :
28
21
name : ' wsld'
29
22
path : target/release/wsld
@@ -40,20 +33,13 @@ jobs:
40
33
runs-on : windows-latest
41
34
42
35
steps :
43
- - uses : actions/checkout@v2
44
-
45
- - name : Install Rust
46
- uses : actions-rs/toolchain@v1
47
- with :
48
- toolchain : stable
49
- default : true
50
- override : true
36
+ - uses : actions/checkout@v3
51
37
52
38
- name : Build
53
39
working-directory : server
54
40
run : cargo build --release
55
41
56
- - uses : actions/upload-artifact@v2
42
+ - uses : actions/upload-artifact@v3
57
43
with :
58
44
name : ' wsldhost.exe'
59
45
path : target/release/wsldhost.exe
You can’t perform that action at this time.
0 commit comments