From 7fb9e00251e9d6e12ebef0c4c65af6348ed94673 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 18 May 2022 19:09:50 -0400 Subject: [PATCH] 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). --- .github/workflows/deployment.yml | 2 +- .github/workflows/nightly.yml | 2 +- 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