generated from PlexSheep/baserepo
Compare commits
No commits in common. "faade267cb068ec4aea2de6b41f21ef177164400" and "9ed5513783a30bc7dca2a74bcd0b4247b8442a37" have entirely different histories.
faade267cb
...
9ed5513783
1 changed files with 1 additions and 10 deletions
|
@ -14,18 +14,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- 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
|
- uses: katyo/publish-crates@v2
|
||||||
with:
|
with:
|
||||||
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
|
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git"
|
||||||
--registry cscherr
|
|
||||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||||
# - uses: katyo/publish-crates@v2
|
# - uses: katyo/publish-crates@v2
|
||||||
# with:
|
# with:
|
||||||
|
|
Reference in a new issue