Ray
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/macos.yml
|
|
@ -36,7 +36,7 @@ jobs: |
|
|
|
run: | |
|
|
|
cp -v ./src/raylib.h ./build/${{ env.RELEASE_NAME }}/include |
|
|
|
cd build |
|
|
|
tar -czvf ./${{ env.RELEASE_NAME }}.tar.gz ./${{ env.RELEASE_NAME }} |
|
|
|
tar -czvf ${{ env.RELEASE_NAME }}.tar.gz ${{ env.RELEASE_NAME }} |
|
|
|
|
|
|
|
- name: Upload Artifacts |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|