Skip to content

Commit e14c644

Browse files
authored
Add some extra libraries to release packages
1 parent d18f3fc commit e14c644

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
- name: Generate Artifacts
103103
run: |
104104
copy /Y .\src\raylib.h .\build\${{ env.RELEASE_NAME }}\include\raylib.h
105+
copy /Y .\src\raymath.h .\build\${{ env.RELEASE_NAME }}\include\raymath.h
106+
copy /Y .\src\rlgl.h .\build\${{ env.RELEASE_NAME }}\include\rlgl.h
107+
copy /Y .\src\extras\raygui.h .\build\${{ env.RELEASE_NAME }}\include\raygui.h
105108
copy /Y .\README.md .\build\${{ env.RELEASE_NAME }}\README.md
106109
copy /Y .\LICENSE .\build\${{ env.RELEASE_NAME }}\LICENSE
107110
cd build

0 commit comments

Comments
 (0)