diff options
| author | Ray <[email protected]> | 2021-02-09 15:53:56 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-09 15:53:56 +0100 |
| commit | bf008234e2dfb88c93d326b060e5448e620992db (patch) | |
| tree | dea3d216b94deaa336ca97ea2fc623c820a91784 /.github | |
| parent | 16c0f92f186044c19aaa9146fda362ea2042dc59 (diff) | |
| download | raylib-bf008234e2dfb88c93d326b060e5448e620992db.tar.gz raylib-bf008234e2dfb88c93d326b060e5448e620992db.zip | |
Update linux.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
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 }} |
