From 9c9a86376ad174e7346314a13b55907e4c62d945 Mon Sep 17 00:00:00 2001 From: Detanup01 <91248446+Detanup01@users.noreply.github.com> Date: Mon, 20 May 2024 13:15:54 +0200 Subject: [PATCH] gmake->gmake2 --- .github/workflows/emu-build-all-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/emu-build-all-linux.yml b/.github/workflows/emu-build-all-linux.yml index 63588c56..935ebbba 100644 --- a/.github/workflows/emu-build-all-linux.yml +++ b/.github/workflows/emu-build-all-linux.yml @@ -90,7 +90,7 @@ jobs: ### build target(s) - name: Build target(s) shell: bash - working-directory: ${{ github.workspace }}/build/project/gmake/linux + working-directory: ${{ github.workspace }}/build/project/gmake2/linux run: | echo "dry run..." CC=clang CXX=clang++ make -n -j 2 config=${{ matrix.cfg }}_${{ matrix.arch }} ${{ matrix.prj }} @@ -102,7 +102,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: "emu-linux-${{ matrix.prj }}-${{ matrix.cfg }}-${{ matrix.arch }}-${{ github.sha }}" - path: "build/linux/gmake/" + path: "build/linux/gmake2/" if-no-files-found: 'error' compression-level: 9 retention-days: 1