mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2024-11-21 11:56: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
|
||||
run: cargo test --release --verbose
|
||||
- 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
|
||||
run: cargo publish
|
||||
env:
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- 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"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
Loading…
Reference in New Issue
Block a user