From 05ff739c485a61f26e7fd4aec88b78241ed4ab34 Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Sun, 13 Oct 2024 08:40:42 +0000 Subject: [PATCH] rpm --- .github/workflows/rpm.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index 3c2fdd5b1e..8ea6cc27d3 100644 --- a/.github/workflows/rpm.yml +++ b/.github/workflows/rpm.yml @@ -42,12 +42,13 @@ jobs: CACHE_DIR: ${{ github.workspace }}/cache/rpm-test/${{ matrix.distro }}-${{ matrix.arch.rpm_arch }} DISTRIBUTION: ${{ matrix.distro }} steps: - - uses: actions/checkout@v4 - with: - submodules: true - - uses: docker/setup-buildx-action@v3 - - run: ./dev/ci/tests/rpm/run - - uses: actions/upload-artifact@v4 - with: - name: rpm-${{ matrix.distro }}-${{ matrix.arch.name }} - path: 'output/${{ matrix.distro }}/*' + - uses: actions/checkout@v4 + with: + submodules: true + + - run: ./dev/ci/tests/rpm/run + + - uses: actions/upload-artifact@v4 + with: + name: rpm-${{ matrix.distro }}-${{ matrix.arch.rpm_arch }} + path: 'output/${{ matrix.distro }}/*'