print package content in release build

This commit is contained in:
shenleban tongying 2024-11-18 02:42:17 -05:00
parent 370c6076f4
commit f7a806e7c8

View file

@ -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 }}