Skip to content

Commit

Permalink
mu
Browse files Browse the repository at this point in the history
  • Loading branch information
kejadlen committed Sep 29, 2023
1 parent e5de315 commit a4be42a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a4be42a

Please sign in to comment.