File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
3
3
on :
4
4
push :
5
5
release :
6
- types :
6
+ types :
7
7
- published
8
8
9
9
concurrency :
@@ -19,20 +19,20 @@ jobs:
19
19
SCCACHE_GHA_ENABLED : " true"
20
20
RUSTC_WRAPPER : " sccache"
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
with :
24
24
ref : ${{ github.ref }}
25
25
- name : setup sccache
26
- uses :
mozilla-actions/[email protected] .3
26
+ uses :
mozilla-actions/[email protected] .4
27
27
with :
28
- version : " v0.4.0 "
28
+ version : " v0.7.7 "
29
29
- uses : dtolnay/rust-toolchain@master
30
30
with :
31
31
toolchain : stable
32
32
- name : Install zig
33
33
uses : korandoru/setup-zig@v1
34
34
with :
35
- zig-version : 0.10.1
35
+ zig-version : 0.11.0
36
36
- name : Install Rust targets
37
37
shell : bash
38
38
run : |
54
54
mv target/universal2-apple-darwin/release/rewatch ./rewatch-macos
55
55
mv target/x86_64-pc-windows-gnu/release/rewatch.exe ./rewatch-windows.exe
56
56
57
- - uses : actions/setup-node@v1
57
+ - uses : actions/setup-node@v4
58
58
with :
59
59
always-auth : true
60
60
registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change @@ -16,13 +16,11 @@ jobs:
16
16
- uses : actions/checkout@v3
17
17
with :
18
18
ref : ${{ github.ref }}
19
- - uses : actions-rs/ toolchain@v1
19
+ - uses : dtolnay/rust- toolchain@master
20
20
with :
21
21
toolchain : stable
22
- - uses : actions-rs/cargo@v1
23
- with :
24
- command : build
25
- args : --release
22
+ - name : Build
23
+ run : cargo build --release
26
24
- name : Run unit test
27
25
run : cargo test
28
26
- name : Install Yarn Dependencies
You can’t perform that action at this time.
0 commit comments