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 c75aac7 commit 4af7d87
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build-wasm-output
path: output/mcla.wasm
-
name: Download tinygo wasm_exec from artifact
uses: actions/download-artifact@v2
with:
name: build-wasm-exec-js
path: output/wasm_exec.js
-
name: Create Release
id: create_release
Expand All @@ -78,6 +80,8 @@ jobs:

publish-pages:
runs-on: ubuntu-latest
needs:
- build-wasm
steps:
-
name: Action Checkout
Expand All @@ -89,15 +93,13 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build-wasm-output
path: mcla.wasm
-
name: Download tinygo wasm_exec from artifact
uses: actions/download-artifact@v2
with:
name: build-wasm-exec-js
-
name: Move the outputs
run: |
cp ./output/* ./
path: wasm_exec.js
-
name: Commit and push
run: |
Expand Down

0 comments on commit 4af7d87

Please sign in to comment.