Compare commits

..

No commits in common. "861f84b1c20d940d0c7e6be1ea8e4eee6ab565de" and "f2af0bc32316b1d3eae8ffc8e584002f71839998" have entirely different histories.

View file

@ -14,19 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: |
mkdir -p ~/.cargo/
echo -e '[registry]
cscherr= "cscherr"
[registries.cscherr]
index = "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/"
' > ~/.cargo/config.toml
- uses: katyo/publish-crates@v2
with:
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
--registry cscherr
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git"
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
# - uses: katyo/publish-crates@v2
# with:
# registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}