We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d09915 commit b282d70Copy full SHA for b282d70
.github/workflows/Build_Publish.yml
@@ -31,13 +31,6 @@ jobs:
31
- name: Run Unit Test
32
if: ${{(matrix.os == 'windows-latest' && (matrix.platform == 'x64' || matrix.platform == 'x86') || matrix.os == 'windows-11-arm')}}
33
run: .\Source\OutDir\${{matrix.platform}}\${{matrix.config}}\UnitTest.exe -Run
34
- - name: Archive outputs
35
- uses: actions/upload-artifact@main
36
- with:
37
- name: KNSoft.NDK-${{matrix.platform}}-${{matrix.config}}-${{github.sha}}
38
- path: |
39
- .\Source\OutDir\${{matrix.platform}}\${{matrix.config}}
40
- .\Source\Include
41
Publish:
42
if: ${{github.base_ref == '' && startsWith(github.event.head_commit.message, '[VERSION] ')}}
43
needs: Build
0 commit comments