build: Remove typo
All checks were successful
Code style / cargo-fmt (pull_request) Successful in 1m34s
Code style / cargo-check (pull_request) Successful in 1m33s
Code style / clippy (pull_request) Successful in 1m33s

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-07-03 23:56:57 +02:00
parent c2df03303b
commit 96afdc76c2

View File

@@ -34,7 +34,7 @@ jobs:
run: cargo build --release --all-features --workspace --all-targets
- name: Package application
ru8n: cargo package --all-features --workspace --allow-dirty
run: cargo package --all-features --workspace --allow-dirty
- name: Add registry to cargo config
run: echo -e '[registries.gitea]\nindex = "sparse+https://git.noahknegt.com/api/packages/${{ github.repository_owner }}/cargo/"\n' > ~/.cargo/config.toml