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')