From 12d592d2ed152299fa9aac165b28265c2355c1d5 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Sun, 24 Sep 2023 20:06:47 +0100 Subject: [PATCH] Display exe size --- .github/workflows/sdrangel.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index 1c3dc74a6..7872f3bc1 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -89,6 +89,8 @@ jobs: #run: echo "version=$(git describe --tags | cut -c2-)" >> $env:GITHUB_OUTPUT - name: Diplay version run: echo ${{ steps.get_version.outputs.version }} + - name: Build size + run: ls -l ${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64.exe - name: Upload artifact uses: actions/upload-artifact@v3 with: @@ -99,6 +101,8 @@ jobs: uses: softprops/action-gh-release@v0.1.13 with: files: ${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64.exe + - name: Check space + run: Get-PSDrive build_mac: runs-on: macos-11