summaryrefslogtreecommitdiffstats
path: root/.github/workflows/deployment.yml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-05-18 19:09:50 -0400
committerGitHub <noreply@github.com>2022-05-18 19:09:50 -0400
commit7fb9e00251e9d6e12ebef0c4c65af6348ed94673 (patch)
tree01380ec82f7a89e988dfe22c15f71be785550036 /.github/workflows/deployment.yml
parentb986a259e14291dd4087a5ee39ba906ed9cd2852 (diff)
ci: note release sizes in nightly/deploy (#733)
Make a note of release sizes in the nightly/deploy scripts. This is mostly just in case I need to refer to it in the future (mainly for nightly, as the actual generated files are overwritten daily).
Diffstat (limited to '.github/workflows/deployment.yml')
-rw-r--r--.github/workflows/deployment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 42dbd8e3..02670e55 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -438,7 +438,7 @@ jobs:
- name: Print out all release files
run: |
echo "Generated $(ls ./release | wc -l) files:"
- ls ./release
+ du -h -d 0 ./release/*
- name: Upload all saved release files
uses: softprops/action-gh-release@17cd0d34deddf848fc0e7d9be5202c148c270a0a # 0.1.14