diff options
| author | Ray <[email protected]> | 2021-02-09 15:53:30 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-09 15:53:30 +0100 |
| commit | 16c0f92f186044c19aaa9146fda362ea2042dc59 (patch) | |
| tree | ba253b1dadcd9b0583392596ea11d5d16fafbc26 /.github | |
| parent | a5af604b2d5b8ca554bb2b03d5fa435fffa1106e (diff) | |
| download | raylib-16c0f92f186044c19aaa9146fda362ea2042dc59.tar.gz raylib-16c0f92f186044c19aaa9146fda362ea2042dc59.zip | |
Update macos.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d9076979..503694d5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -56,6 +56,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 }} |
