Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olonho committed Aug 30, 2021
1 parent e58848f commit e124466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: python3 script/checkout.py --version ${{ env.version }}
- run: source ./emsdk/emsdk_env.sh python3 script/build.py --target wasm --machine wasm
- run: source ./emsdk/emsdk_env.sh && python3 script/build.py --target wasm --machine wasm
- run: python3 script/archive.py --version ${{ env.version }} --target wasm --machine wasm
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e124466

Please sign in to comment.