build: Remove typo #3

Merged
noah.knegt merged 1 commits from fix-release-pipeline into main 2025-07-03 23:57:21 +02:00
Showing only changes of commit 96afdc76c2 - Show all commits

View File

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