summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-18 14:03:05 +0200
committerGitHub <[email protected]>2020-08-18 14:03:05 +0200
commit6c9e6cb097675346ec5faeb8f3fb494c9459d4cd (patch)
treefd98fe07b62a9b45c56b2dec3c153f2a0d001ec7 /.github/workflows
parenta29f0695efc16b77f2c59e6fe84369f0267c851b (diff)
downloadraylib-6c9e6cb097675346ec5faeb8f3fb494c9459d4cd.tar.gz
raylib-6c9e6cb097675346ec5faeb8f3fb494c9459d4cd.zip
Update linux.yml
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 914d892d..ecc194e8 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -43,7 +43,8 @@ jobs:
cd src
gcc -v
make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=STATIC RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
- make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib"
+ make clean
+ make PLATFORM=PLATFORM_DESKTOP CC=gcc RAYLIB_BUILD_ARCH=${{ matrix.ARCH }} RAYLIB_LIBTYPE=SHARED RAYLIB_RELEASE_PATH="../build/${{ env.RELEASE_NAME }}/lib" -B
cd ..
- name: Generate Artifacts
@@ -56,4 +57,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ env.RELEASE_NAME }}.tar.gz
- path: ${{ env.RELEASE_NAME }}.tar.gz
+ path: ./build/${{ env.RELEASE_NAME }}.tar.gz