Skip to content

Commit e721a72

Browse files
committed
remove superfluous upload
1 parent edb5f15 commit e721a72

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/build-rpm-modular-packages.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)