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
Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m36s
Reviewed-on: #3
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user