summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2021-02-09 15:53:56 +0100
committerGitHub <[email protected]>2021-02-09 15:53:56 +0100
commitbf008234e2dfb88c93d326b060e5448e620992db (patch)
treedea3d216b94deaa336ca97ea2fc623c820a91784 /.github
parent16c0f92f186044c19aaa9146fda362ea2042dc59 (diff)
downloadraylib-bf008234e2dfb88c93d326b060e5448e620992db.tar.gz
raylib-bf008234e2dfb88c93d326b060e5448e620992db.zip
Update linux.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index b393406f..ea12e021 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -71,6 +71,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 }}