File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,14 +189,6 @@ jobs:
189189 mode : save
190190 key : ${{ steps.cache-key.outputs.key }}
191191
192- - name : Upload buildroot
193- # if: steps.cache.outputs.cache-hit != 'true'
194- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
195- with :
196- name : buildroot-rpm-alma${{ matrix.alma }}-${{ matrix.arch }}-gcc
197- path : buildroot.tar.zst
198- retention-days : 1
199-
200192 - name : Upload logs on failure
201193 if : ${{ failure() }}
202194 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
@@ -321,14 +313,6 @@ jobs:
321313 mode : save
322314 key : ${{ steps.cache-key.outputs.key }}
323315
324- - name : Upload buildroot
325- # if: steps.cache.outputs.cache-hit != 'true'
326- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
327- with :
328- name : buildroot-rpm-alma${{ matrix.alma }}-${{ matrix.arch }}-zig
329- path : buildroot.tar.zst
330- retention-days : 1
331-
332316 - name : Upload logs on failure
333317 if : ${{ failure() }}
334318 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
You can’t perform that action at this time.
0 commit comments