From a4be42a6387ec9c26cc56b5a6a537eae8650d3ed Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 29 Sep 2023 09:18:17 -0700 Subject: [PATCH] mu --- .github/workflows/test-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 2435328..7efa192 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -21,9 +21,9 @@ jobs: asset=git-together-${GITHUB_REF#refs/*/}-aarch64-apple-darwin.tar.gz echo "${asset}" - cd target/aarch64-apple-darwin/release - ls -l - tar -zvc git-together > ${{ github.workspace }}/${asset} - - cd ${{ github.workspace }} - ls -l + ( + cd target/aarch64-apple-darwin/release + tar -zvc git-together > ${{ github.workspace }}/${asset} + ) + pwd + ls -al