Преглед изворни кода

Update linux.yml

pull/1357/head
Ray пре 5 година
committed by GitHub
родитељ
комит
6df0f2c535
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 3 додато и 2 уклоњено
  1. +3
    -2
      .github/workflows/linux.yml

+ 3
- 2
.github/workflows/linux.yml Прегледај датотеку

@ -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…
Откажи
Сачувај