mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 07:08:56 +00:00
Update linux.yml
This commit is contained in:
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@@ -46,14 +46,15 @@ jobs:
|
||||
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../../build/raylib_3.1_linux_${{ matrix.ARCH }}/lib
|
||||
cd ..
|
||||
|
||||
- name: Generate artifacts
|
||||
- name: Generate Artifacts
|
||||
run: |
|
||||
cd ..
|
||||
copy /Y src/raylib.h ../../build/raylib_3.1_linux_${{ matrix.ARCH }}/include
|
||||
cd ../build
|
||||
tar -czvf raylib_3.1_linux_${{ matrix.ARCH }}.tar.gz raylib_3.1_linux_${{ matrix.ARCH }}
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: raylib_3.1_linux_${{ matrix.ARCH }}.tar.gz
|
||||
path: raylib_3.1_linux_${{ matrix.ARCH }}.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user