From 83dcad65567990ccc01987e7a09bd3d7072ca96c Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 11 Aug 2022 05:58:03 +0300 Subject: [PATCH] Output image size --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3507108..e23e7b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,8 @@ jobs: wget --progress=dot:giga https://clovervm.ams3.digitaloceanspaces.com/base-focal.ova -O output-virtualbox-iso/clover-devel.ova - name: Build run: ./build.sh + - name: Image size + run: ls -lh output-virtualbox-ovf - name: Upload if: ${{ github.event_name == 'release' }} # Not using ready S3 actions, because they either don't run on macOS machines or don't support changing the endpoint