From ad173e26844ebee7e8f454ef68cba711e2c8910b Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Sun, 24 Sep 2023 15:01:04 +0200 Subject: [PATCH] fix compiler output adjustment --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e20b3a6..7421f7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0f8adb..a956fe4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}"