diff options
| author | Ray <[email protected]> | 2021-11-04 20:08:25 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-04 20:08:25 +0100 |
| commit | a31784759d09970915e9a7bd5463797e2f8bae84 (patch) | |
| tree | b5dd9431a5cb27516a346b27b399d77f790492dd | |
| parent | 453a5b49a0a63a6323e8cd904d2162c1549abb51 (diff) | |
| download | raylib-a31784759d09970915e9a7bd5463797e2f8bae84.tar.gz raylib-a31784759d09970915e9a7bd5463797e2f8bae84.zip | |
Update linux.yml
| -rw-r--r-- | .github/workflows/linux.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 84bc29c5..d622cd4d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -80,6 +80,9 @@ jobs: - name: Generate Artifacts run: | cp -v ./src/raylib.h ./build/${{ env.RELEASE_NAME }}/include + cp -v ./src/raymath.h ./build/${{ env.RELEASE_NAME }}/include + cp -v ./src/rlgl.h ./build/${{ env.RELEASE_NAME }}/include + cp -v ./src/extras/raygui.h ./build/${{ env.RELEASE_NAME }}/include cp -v ./README.md ./build/${{ env.RELEASE_NAME }}/README.md cp -v ./LICENSE ./build/${{ env.RELEASE_NAME }}/LICENSE cd build |
