Skip to content

Commit 01e2a35

Browse files
committed
fix: file path for tcp_metrics
Signed-off-by: felixfaisal <[email protected]>
1 parent 279b90b commit 01e2a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/upload-artifact@v2
4040
with:
4141
name: tcp_metrics_bg.wasm
42-
path: ./tcp-metrics/pkg/tcp_metrics_bg
42+
path: ./tcp-metrics/pkg/tcp_metrics_bg.wasm
4343

4444
- name: Build tcp-packet-parse
4545
run: sh -c "cd tcp-packet-parse && wasm-pack build --release"

0 commit comments

Comments
 (0)