Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Aug 18, 2023
1 parent 4af7d87 commit b5f8f87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build-wasm-output
path: output/mcla.wasm
path: output
-
name: Download tinygo wasm_exec from artifact
uses: actions/download-artifact@v2
with:
name: build-wasm-exec-js
path: output/wasm_exec.js
path: output
-
name: Create Release
id: create_release
Expand Down Expand Up @@ -93,13 +93,13 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build-wasm-output
path: mcla.wasm
path: .
-
name: Download tinygo wasm_exec from artifact
uses: actions/download-artifact@v2
with:
name: build-wasm-exec-js
path: wasm_exec.js
path: .
-
name: Commit and push
run: |
Expand Down

0 comments on commit b5f8f87

Please sign in to comment.