Skip to content

Commit

Permalink
be in the right dir for tarring and curling
Browse files Browse the repository at this point in the history
  • Loading branch information
kejadlen committed Sep 29, 2023
1 parent e967ec2 commit eff062b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ jobs:
cargo build --release --target aarch64-apple-darwin
asset=git-together-${GITHUB_REF#refs/*/}-aarch64-apple-darwin.tar.gz
cd target/aarch64-apple-darwin/release
tar -zvc git-together > ${{ github.workspace }}/${asset}
(
cd target/aarch64-apple-darwin/release
tar -zvc git-together > ${{ github.workspace }}/${asset}
)
curl -L \
-X POST \
Expand Down

0 comments on commit eff062b

Please sign in to comment.