From a38ebd213b6aa1af504c948717a40e0675e1ed9d Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Mon, 10 Nov 2025 12:02:24 +0530 Subject: [PATCH] ci: fix indendation in linux ci --- .github/workflows/ci-linux-rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux-rust.yml b/.github/workflows/ci-linux-rust.yml index 30d706e..131fa1d 100644 --- a/.github/workflows/ci-linux-rust.yml +++ b/.github/workflows/ci-linux-rust.yml @@ -61,8 +61,8 @@ jobs: if: "!startsWith(github.ref, 'refs/tags/linux-v')" uses: actions/upload-artifact@v4 with: - name: librepods - path: linux-rust/dist/librepods + name: librepods + path: linux-rust/dist/librepods - name: Vendor and create tarball if: startsWith(github.ref, 'refs/tags/linux-v')