Skip to content

Commit 0851960

Browse files
authored
Update android.yml
1 parent a317847 commit 0851960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: Generate Artifacts
6161
run: |
6262
cp -v ./src/raylib.h ./build/${{ env.RELEASE_NAME }}/include
63+
cp -v ./src/raymath.h ./build/${{ env.RELEASE_NAME }}/include
64+
cp -v ./src/rlgl.h ./build/${{ env.RELEASE_NAME }}/include
65+
cp -v ./src/extras/raygui.h ./build/${{ env.RELEASE_NAME }}/include
6366
cp -v ./README.md ./build/${{ env.RELEASE_NAME }}/README.md
6467
cp -v ./LICENSE ./build/${{ env.RELEASE_NAME }}/LICENSE
6568
cd build

0 commit comments

Comments
 (0)