summaryrefslogtreecommitdiffstats
path: root/.github
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
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')
-rw-r--r--.github/workflows/deployment.yml2
-rw-r--r--.github/workflows/nightly.yml2
2 files changed, 2 insertions, 2 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
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 7b2d1ea2..37b26cae 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -365,7 +365,7 @@ jobs:
- name: Print out all release files
run: |
echo "Generated $(ls ./release | wc -l) files:"
- ls ./release
+ du -h -d 0 ./release/*
- name: Delete tag and release
uses: dev-drprasad/delete-tag-and-release@085c6969f18bad0de1b9f3fe6692a3cd01f64fe5 # 0.2.0