Skip to content

Commit da3e7cb

Browse files
committed
update release workflow
1 parent fe802b9 commit da3e7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm-build-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: dtolnay/rust-toolchain@stable
1616
with:
1717
target: wasm32-wasip2
18-
- name: Build WASM
19-
run: make build
18+
- uses: edgee-cloud/[email protected]
19+
- run: edgee component build
2020
- name: Upload WASM to release
2121
uses: actions/upload-release-asset@v1
2222
env:

0 commit comments

Comments
 (0)