From f7a806e7c813f0b428302f93ef5bdf60ee2f1479 Mon Sep 17 00:00:00 2001 From: shenleban tongying Date: Mon, 18 Nov 2024 02:42:17 -0500 Subject: [PATCH] print package content in release build --- .github/workflows/Release-all.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Release-all.yml b/.github/workflows/Release-all.yml index a18dbd23..b91737b7 100644 --- a/.github/workflows/Release-all.yml +++ b/.github/workflows/Release-all.yml @@ -65,6 +65,9 @@ jobs: - name: Package run: | cmake --install build_dir/ + - name: Print package content + run: | + ls -Rl ./build_dir/redist - uses: actions/upload-artifact@v4 with: name: macOS-${{ matrix.os }}-Qt${{ matrix.qt_ver }}