summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2021-09-22 00:55:46 +0200
committerGitHub <[email protected]>2021-09-22 00:55:46 +0200
commit3caa15e69643e9e0c62433a262e21ec9a4253da6 (patch)
treeb489b22635f64eba4efef8372c545a744ed0ae97 /.github
parent99ab4d6cb8efe1dc8f6bfb2307da218ee485e6c3 (diff)
downloadraylib-3caa15e69643e9e0c62433a262e21ec9a4253da6.tar.gz
raylib-3caa15e69643e9e0c62433a262e21ec9a4253da6.zip
Update webassembly.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/webassembly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml
index ce558647..0e815a81 100644
--- a/.github/workflows/webassembly.yml
+++ b/.github/workflows/webassembly.yml
@@ -43,7 +43,7 @@ jobs:
run: |
cd src
emcc -v
- make PLATFORM=PLATFORM_WEB EMSDK_PATH="D:/a/raylib/raylib/emsdk-cache/emsdk-master" RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
+ make PLATFORM=PLATFORM_WEB EMSDK_PATH="D:/a/raylib/raylib/emsdk-cache/emsdk-master" RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" -B
cd ..
- name: Generate Artifacts