File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments