Update build_master.yml

This commit is contained in:
Jack 2020-05-24 00:13:47 +08:00 committed by GitHub
parent 4a31e178f7
commit ff2349b8ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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