generated from PlexSheep/baserepo
this time for real
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
Details
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
Details
This commit is contained in:
parent
9ed5513783
commit
861f84b1c2
|
@ -14,9 +14,18 @@ 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"
|
||||
args: --index "https://git.cscherr.de/PlexSheep/_cargo-index.git" \
|
||||
--registry cscherr
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
|
||||
# - uses: katyo/publish-crates@v2
|
||||
# with:
|
||||
|
|
Reference in New Issue