From 1c69c21a9f66cd06bd351e6b717f9aa8b2efd275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sat, 8 May 2021 16:23:13 +0200 Subject: [PATCH] CI: Whoops --- .github/workflows/linux-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 94157e54a..4f1b0370b 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -68,11 +68,11 @@ jobs: # Build the engine - name: Build Nazara - run: xmake.exe + run: xmake # Install the result files - name: Install Nazara - run: xmake.exe install -vo package + run: xmake install -vo package # Upload artifacts - uses: actions/upload-artifact@v2