summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/webassembly.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/webassembly.yml')
-rw-r--r--.github/workflows/webassembly.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/webassembly.yml b/.github/workflows/webassembly.yml
index a4fc5ca6..4427d2cb 100644
--- a/.github/workflows/webassembly.yml
+++ b/.github/workflows/webassembly.yml
@@ -58,6 +58,9 @@ jobs:
- name: Generate Artifacts
run: |
copy /Y .\src\raylib.h .\build\${{ env.RELEASE_NAME }}\include\raylib.h
+ copy /Y .\src\raymath.h .\build\${{ env.RELEASE_NAME }}\include\raymath.h
+ copy /Y .\src\rlgl.h .\build\${{ env.RELEASE_NAME }}\include\rlgl.h
+ copy /Y .\src\extras\raygui.h .\build\${{ env.RELEASE_NAME }}\include\raygui.h
copy /Y .\README.md .\build\${{ env.RELEASE_NAME }}\README.md
copy /Y .\LICENSE .\build\${{ env.RELEASE_NAME }}\LICENSE
cd build