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 }}/*'