Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 19, 2024
1 parent b5a1783 commit 7bd5a08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
export PATH=$PATH:~/Qt/6.7.2/wasm_singlethread/bin
qmake -v
- name: Build WASM from BasicMinimalC++
- name: Build WASM from BasicMinimalC++ example
shell: bash
run: |
source ${{ github.workspace }}/emsdk/emsdk_env.sh
Expand All @@ -83,10 +83,10 @@ jobs:
- name: Copy the built WASM to the build/wasm folder
run: |
mkdir -p ../build/wasm
cp *.wasm ../build/wasm
cp *.html ../build/wasm
cp *.js ../build/wasm
cp *.svg ../build/wasm
cp examples/BasicMinimalC++/src/*.wasm ../build/wasm
cp examples/BasicMinimalC++/src/*.html ../build/wasm
cp examples/BasicMinimalC++/src/*.js ../build/wasm
cp examples/BasicMinimalC++/src/*.svg ../build/wasm
- name: Upload the zipped wasm folder
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7bd5a08

Please sign in to comment.