mirror of
https://github.com/jakcron/nstool.git
synced 2024-12-22 02:35:28 +00:00
Fix typo in build_master.yml
This commit is contained in:
parent
20603d1177
commit
9222a7dcb7
2
.github/workflows/build_master.yml
vendored
2
.github/workflows/build_master.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Clone submodules
|
||||
run: git submodule init && git submodule update
|
||||
- name: Compile ${{ matrix.prog }}
|
||||
run: make PROJECT_PLATFORM_ARCH=${{ matrix.dist_arch }} deps all
|
||||
run: make PROJECT_PLATFORM_ARCH=${{ matrix.arch }} deps all
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.prog }}-${{ matrix.dist }}
|
||||
|
|
Loading…
Reference in a new issue