summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index d82b5f5a..ce7adaca 100644
--- a/.github/workflows/linux.yml
+++ b/.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