Merge pull request 'build: Remove typo' (#3) from fix-release-pipeline into main
Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m36s

Reviewed-on: #3
This commit is contained in:
2025-07-03 23:57:20 +02:00

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