We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453a5b4 commit a317847Copy full SHA for a317847
.github/workflows/linux.yml
@@ -80,6 +80,9 @@ jobs:
80
- name: Generate Artifacts
81
run: |
82
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
86
cp -v ./README.md ./build/${{ env.RELEASE_NAME }}/README.md
87
cp -v ./LICENSE ./build/${{ env.RELEASE_NAME }}/LICENSE
88
cd build
0 commit comments