Update android.yml

This commit is contained in:
Ray
2021-02-09 15:54:12 +01:00
committed by GitHub
parent bf008234e2
commit 36e434099d

View File

@@ -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 }}