Fix Build_CTRTool.yml

This commit is contained in:
jakcron
2022-03-12 16:22:34 +08:00
parent 5c72ce2430
commit 5f5f24a731
+1 -3
View File
@@ -28,12 +28,10 @@ jobs:
arch: arm64
steps:
- uses: actions/checkout@v1
- name: Change to ${{ matrix.prog }} directory
run: cd ./${{ matrix.prog }}
- name: Clone submodules
run: git submodule init && git submodule update
- name: Compile ${{ matrix.prog }}
run: make PROJECT_PLATFORM_ARCH=${{ matrix.arch }} deps all
run: cd ./${{ matrix.prog }} && make PROJECT_PLATFORM_ARCH=${{ matrix.arch }} deps all
- uses: actions/upload-artifact@v2
with:
name: ${{ matrix.prog }}-${{ matrix.dist }}