Try to fix Build_CTRTool.yml

This commit is contained in:
jakcron
2022-03-13 08:59:25 +08:00
parent c57a691c2f
commit ec7f1b964c
+2 -1
View File
@@ -31,7 +31,8 @@ jobs:
- name: Clone submodules
run: git submodule init && git submodule update
- name: Compile ${{ matrix.prog }}
run: cd ./${{ matrix.prog }} && make PROJECT_PLATFORM_ARCH=${{ matrix.arch }} deps all
working-directory: ${{ matrix.prog }}
run: make PROJECT_PLATFORM_ARCH=${{ matrix.arch }} deps all
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.prog }}-${{ matrix.dist }}