@@ -18,39 +18,39 @@ jobs:
18
18
run : sh -c "rustup toolchain install nightly && rustup target add wasm32-unknown-unknown && cargo install wasm-pack"
19
19
20
20
- name : Build http-auth
21
- run : sh -c "cd http-auth && wasm-pack build --release"
21
+ run : sh -c "cd http-auth && wasm-pack build --release"
22
22
23
23
- uses : actions/upload-artifact@v2
24
24
with :
25
25
name : http_auth_bg.wasm
26
26
path : ./http-auth/pkg/http_auth_bg.wasm
27
27
28
28
- name : Build singleton-http-call
29
- run : sh -c "cd http-auth && wasm-pack build --release"
29
+ run : sh -c "cd http-auth && wasm-pack build --release"
30
30
31
31
- uses : actions/upload-artifact@v2
32
32
with :
33
33
name : singleton_http_call_bg.wasm
34
34
path : ./singleton-http-call/pkg/singleton_http_call_bg.wasm
35
35
36
36
- name : Build tcp-metrics
37
- run : sh -c "cd tcp-metrics && wasm-pack build --release"
37
+ run : sh -c "cd tcp-metrics && wasm-pack build --release"
38
38
39
39
- uses : actions/upload-artifact@v2
40
40
with :
41
41
name : tcp_metrics_bg.wasm
42
42
path : ./tcp-metrics/pkg/tcp_metrics_bg
43
43
44
44
- name : Build tcp-packet-parse
45
- run : sh -c "cd tcp-packet-parse && wasm-pack build --release"
45
+ run : sh -c "cd tcp-packet-parse && wasm-pack build --release"
46
46
47
47
- uses : actions/upload-artifact@v2
48
48
with :
49
49
name : tcp_packet_parse_bg.wasm
50
50
path : ./tcp-packet-parse/pkg/tcp_packet_parse_bg.wasm
51
51
52
52
- name : Build metrics-store
53
- run : sh -c "cd metrics-store/metrics-collector && wasm-pack build --release && cd metrics-store/singleton-queue && wasm-pack build --release"
53
+ run : sh -c "cd metrics-store/metrics-collector && wasm-pack build --release && cd metrics-store/singleton-queue && wasm-pack build --release"
54
54
55
55
- uses : actions/upload-artifact@v2
56
56
with :
64
64
65
65
66
66
- name : Build JWTManipulator9000
67
- run : sh -c "cd JWTManipulator9000 && wasm-pack build --release"
67
+ run : sh -c "cd JWTManipulator9000 && wasm-pack build --release"
68
68
69
69
- uses : actions/upload-artifact@v2
70
70
with :
0 commit comments