Compare commits

..

No commits in common. "68e9ffcf70d6b3602170f468056344ab18ca29f2" and "310945bf0bbc32c7963e13a68f2002ddd43fa835" have entirely different histories.

View file

@ -16,7 +16,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable
- uses: katyo/publish-crates@v2 - uses: katyo/publish-crates@v2
with: with:
args: --index "sparse+https://git.cscherr.de/api/packages/PlexSheep/cargo/" args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git"
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }} registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CSCHERRDE }}
# - uses: katyo/publish-crates@v2 # - uses: katyo/publish-crates@v2
# with: # with: