Skip to content

Commit 4dc33c6

Browse files
committed
[GITHUB] Revert commit d5c4dddd ([GITHUB] Archive outputs)
1 parent 5d09915 commit 4dc33c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/Build_Publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
- name: Run Unit Test
3232
if: ${{(matrix.os == 'windows-latest' && (matrix.platform == 'x64' || matrix.platform == 'x86') || matrix.os == 'windows-11-arm')}}
3333
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
4134
Publish:
4235
if: ${{github.base_ref == '' && startsWith(github.event.head_commit.message, '[VERSION] ')}}
4336
needs: Build

0 commit comments

Comments
 (0)