Skip to content

Commit

Permalink
Merge pull request #139 from kxepal/fix-freebsd-tar-gz
Browse files Browse the repository at this point in the history
Don't include parent directories of py-spy binary for FreeBSD releases
  • Loading branch information
benfred authored Aug 10, 2019
2 parents db39546 + 171f652 commit b201bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/publish_freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
file_content_type="application/octet-stream"
fpath=py-spy-$CIRRUS_TAG-x86_64-freebsd.tar.gz

tar czf $fpath ./target/release/py-spy
tar -C ./target/release -czf $fpath py-spy

echo "Uploading $fpath..."
name=$(basename "$fpath")
Expand Down

0 comments on commit b201bc7

Please sign in to comment.