this time for real
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-01-17 01:56:44 +01:00
parent 9ed5513783
commit 47b8e580ab
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 9 additions and 1 deletions

View File

@ -14,9 +14,17 @@ 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: --registry cscherr
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN_CRATESIO }}
# - uses: katyo/publish-crates@v2
# with: