From 6e205b1707067c3615aa8d7b017e7b2d793b79f7 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 17 Jan 2024 01:41:11 +0100 Subject: [PATCH] fix publish ci --- .gitea/workflows/cargo-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cargo-publish.yaml b/.gitea/workflows/cargo-publish.yaml index 6567909..d59099f 100644 --- a/.gitea/workflows/cargo-publish.yaml +++ b/.gitea/workflows/cargo-publish.yaml @@ -16,7 +16,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: katyo/publish-crates@v2 with: - args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git" + args: --index "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/" registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }} # - uses: katyo/publish-crates@v2 # with: