summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2021-02-09 15:54:12 +0100
committerGitHub <[email protected]>2021-02-09 15:54:12 +0100
commit36e434099d5d80eec02726d38e3abe1c6fb0f0ed (patch)
tree19b85ab086ee32d9498e216a045ce9d32a8c3d4e /.github/workflows
parentbf008234e2dfb88c93d326b060e5448e620992db (diff)
downloadraylib-36e434099d5d80eec02726d38e3abe1c6fb0f0ed.tar.gz
raylib-36e434099d5d80eec02726d38e3abe1c6fb0f0ed.zip
Update android.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index b26db09d..2a12f8ff 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -50,6 +50,8 @@ jobs:
- name: Generate Artifacts
run: |
cp -v ./src/raylib.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
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }}