Skip to content

Commit 83bc30f

Browse files
CI: Upload config in artifacts.
1 parent a760885 commit 83bc30f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,22 @@ jobs:
8181
name: Tools-${{ matrix.os }}-${{ matrix.arch }}
8282
path: |
8383
${{ steps.strings.outputs.build-output-dir }}/**/DualBootKernelPatcher*
84-
${{ steps.strings.outputs.build-output-dir }}/**/DualBootKernelRemover*
84+
${{ steps.strings.outputs.build-output-dir }}/**/DualBootPatchRemover*
8585
${{ steps.strings.outputs.build-output-dir }}/**/HDRTool*
8686
8787
- name: Upload ASM Bins
8888
uses: actions/upload-artifact@v4
8989
if: ${{ matrix.os == 'ubuntu-latest' }}
9090
with:
91-
name: Bins-${{ matrix.os }}-${{ matrix.arch }}
91+
name: Shellcodes
9292
path: |
9393
${{ steps.strings.outputs.build-output-dir }}/ShellCode/*
9494
95+
- name: Upload Configs
96+
uses: actions/upload-artifact@v4
97+
if: ${{ matrix.os == 'ubuntu-latest' }}
98+
with:
99+
name: Shellcodes
100+
path: |
101+
Config/*
102+

0 commit comments

Comments
 (0)