Skip to content

Commit b759be6

Browse files
authored
Backport rpm: pack fluent-lts-release as artifact (#889) (#894)
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 1216723 commit b759be6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/yum-arm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
with:
5959
name: packages-release-lts-${{ matrix.rake-job }}-aarch64
6060
path: fluent-release/yum/repositories
61+
- name: Upload fluent-lts-release rpm
62+
uses: actions/upload-artifact@v4
63+
with:
64+
name: packages-lts-release-${{ matrix.rake-job }}-aarch64
65+
path: fluent-lts-release/yum/repositories
6166
check_package_size:
6267
name: Check Package Size
6368
runs-on: ubuntu-24.04-arm

.github/workflows/yum.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
with:
6060
name: packages-release-lts-${{ matrix.rake-job }}
6161
path: fluent-release/yum/repositories
62+
- name: Upload fluent-lts-release rpm
63+
uses: actions/upload-artifact@v4
64+
with:
65+
name: packages-lts-release-${{ matrix.rake-job }}
66+
path: fluent-lts-release/yum/repositories
6267
check_package_size:
6368
name: Check Package Size
6469
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)