workflows: fix up job names
This commit is contained in:
parent
8365b7b187
commit
02f965d82a
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -18,7 +18,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mingw:
|
mingw:
|
||||||
name: ${{ matrix.target-arch.msystem }} build (DEV_BUILD=${{ matrix.dev-build }}, NEW_DYNAREC=${{ matrix.new-dynarec }})
|
name: MSYS2 ${{ matrix.build.name }} build (${{ matrix.target-arch.msystem }})
|
||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
run: cmake --build build --target install
|
run: cmake --build build --target install
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: '86Box-${{ matrix.target-arch.msystem }}-${{ matrix.build.name }}-${{ matrix.target-arch }}-${{ github.sha }}'
|
name: '86Box-MSYS2-${{ matrix.target-arch.msystem }}-${{ matrix.build.name }}-${{ github.sha }}'
|
||||||
path: build/artifacts/bin/**
|
path: build/artifacts/bin/**
|
||||||
|
|
||||||
vs2019:
|
vs2019:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user