Skip to content

Commit a317847

Browse files
authored
Update linux.yml
1 parent 453a5b4 commit a317847

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
- name: Generate Artifacts
8181
run: |
8282
cp -v ./src/raylib.h ./build/${{ env.RELEASE_NAME }}/include
83+
cp -v ./src/raymath.h ./build/${{ env.RELEASE_NAME }}/include
84+
cp -v ./src/rlgl.h ./build/${{ env.RELEASE_NAME }}/include
85+
cp -v ./src/extras/raygui.h ./build/${{ env.RELEASE_NAME }}/include
8386
cp -v ./README.md ./build/${{ env.RELEASE_NAME }}/README.md
8487
cp -v ./LICENSE ./build/${{ env.RELEASE_NAME }}/LICENSE
8588
cd build

0 commit comments

Comments
 (0)