Skip to content

Commit

Permalink
Tweak GitHub Actions workflow to show upload file+directory sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Dec 31, 2023
1 parent e785787 commit 4dbe572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
target/x86_64-unknown-linux-musl/release-tiny/brioche-packer \
artifacts/brioche-pack/x86_64-linux/
(cd artifacts/brioche-pack/x86_64-linux/ && tar --zstd -cf ../../brioche/x86_64-linux/brioche-pack.tar.zstd .)
tree -h artifacts/brioche-pack
tree -h artifacts/brioche
tree --du -h artifacts/brioche-pack
tree --du -h artifacts/brioche
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4dbe572

Please sign in to comment.