Compare commits

...

2 commits

Author SHA1 Message Date
faade267cb Merge pull request 'this time for real pls ci' (#41) from devel into master
Some checks failed
Cargo Check, Format, Fix, Test and publish / cargo CI (push) Failing after 1m41s
Reviewed-on: #41
2024-01-17 01:57:13 +01:00
861f84b1c2
this time for real
Some checks failed
Cargo Check, Format, Fix and Test / cargo CI (push) Has been cancelled
2024-01-17 01:56:44 +01:00

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: