mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2024-11-21 20:06:17 +01:00
fix compiler output adjustment
This commit is contained in:
parent
cccc8de834
commit
ad173e2684
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --release --verbose
|
run: cargo test --release --verbose
|
||||||
- name: Adjust compiler output
|
- name: Adjust compiler output
|
||||||
run: mv ci-out/_tree-owners ci-out/tree-owners.zsh
|
run: mv ../ci-out/_tree-owners ../ci-out/tree-owners.zsh
|
||||||
- name: Publish to crates.io
|
- name: Publish to crates.io
|
||||||
run: cargo publish
|
run: cargo publish
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
- name: Adjust compiler output
|
- name: Adjust compiler output
|
||||||
run: mv ci-out/_tree-owners ci-out/tree-owners.zsh
|
run: mv ../ci-out/_tree-owners ../ci-out/tree-owners.zsh
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user