mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Fix typo in build_master.yml
This commit is contained in:
parent
20603d1177
commit
9222a7dcb7
1 changed files with 1 additions and 1 deletions
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