commit | ad9cc24b76c38417be86f86787d5472959bdcd64 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <tansell@google.com> | Sun Nov 28 10:01:31 2021 -0800 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Sun Nov 28 14:09:45 2021 -0800 |
tree | 3e00ef8b622194de9c13863272125a48a90f6c34 | |
parent | 68ceca1d1ef95298949ff6711a1b529c38212b0e [diff] |
Output disk space usage. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
diff --git a/.github/capture.sh b/.github/capture.sh index 0e70361..2fd5f91 100644 --- a/.github/capture.sh +++ b/.github/capture.sh
@@ -56,7 +56,7 @@ ) echo ::group::Output files -find ${GITHUB_WORKSPACE}/output/ +du -h ${GITHUB_WORKSPACE}/output/* echo ::endgroup:: exit 0