Skip to content

Commit 4377aed

Browse files
committed
fix: yml syntax
Signed-off-by: felixfaisal <faisalahmedfarooq46@gmail.com>
1 parent 1bc2e38 commit 4377aed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-binaries.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,39 +18,39 @@ jobs:
1818
run: sh -c "rustup toolchain install nightly && rustup target add wasm32-unknown-unknown && cargo install wasm-pack"
1919

2020
- 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"
2222

2323
- uses: actions/upload-artifact@v2
2424
with:
2525
name: http_auth_bg.wasm
2626
path: ./http-auth/pkg/http_auth_bg.wasm
2727

2828
- 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"
3030

3131
- uses: actions/upload-artifact@v2
3232
with:
3333
name: singleton_http_call_bg.wasm
3434
path: ./singleton-http-call/pkg/singleton_http_call_bg.wasm
3535

3636
- 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"
3838

3939
- uses: actions/upload-artifact@v2
4040
with:
4141
name: tcp_metrics_bg.wasm
4242
path: ./tcp-metrics/pkg/tcp_metrics_bg
4343

4444
- 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"
4646

4747
- uses: actions/upload-artifact@v2
4848
with:
4949
name: tcp_packet_parse_bg.wasm
5050
path: ./tcp-packet-parse/pkg/tcp_packet_parse_bg.wasm
5151

5252
- 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"
5454

5555
- uses: actions/upload-artifact@v2
5656
with:
@@ -64,7 +64,7 @@ jobs:
6464

6565

6666
- name: Build JWTManipulator9000
67-
run: sh -c "cd JWTManipulator9000 && wasm-pack build --release"
67+
run: sh -c "cd JWTManipulator9000 && wasm-pack build --release"
6868

6969
- uses: actions/upload-artifact@v2
7070
with:

0 commit comments

Comments
 (0)