Merge pull request 'this time for real pls ci' (#41) from devel into master
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m41s Details

Reviewed-on: #41
This commit is contained in:
Christoph J. Scherr 2024-01-17 01:57:13 +01:00
commit faade267cb
1 changed files with 10 additions and 1 deletions

View File

@ -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: