Browse Source

Update linux.yml

pull/1357/head
Ray 4 years ago
committed by GitHub
parent
commit
6df0f2c535
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .github/workflows/linux.yml

+ 3
- 2
.github/workflows/linux.yml View File

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

Loading…
Cancel
Save