gmake->gmake2

This commit is contained in:
Detanup01 2024-05-20 13:15:54 +02:00 committed by otavepto
parent ebc83df21e
commit 9c9a86376a

View File

@ -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