mirror of
https://github.com/jakcron/nstool
synced 2024-11-22 21:49:30 +00:00
Update build_master.yml
This commit is contained in:
parent
4a31e178f7
commit
ff2349b8ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_master.yml
vendored
2
.github/workflows/build_master.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.prog }}-${{ matrix.dist }}
|
name: ${{ matrix.prog }}-${{ matrix.dist }}
|
||||||
path: ./bin/nstool
|
path: ./bin/${{ matrix.prog }}
|
||||||
build_visualstudio:
|
build_visualstudio:
|
||||||
name: Compile ${{ matrix.prog }} for ${{ matrix.dist }}
|
name: Compile ${{ matrix.prog }} for ${{ matrix.dist }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
Loading…
Reference in a new issue