mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
print package content in release build
This commit is contained in:
parent
370c6076f4
commit
f7a806e7c8
3
.github/workflows/Release-all.yml
vendored
3
.github/workflows/Release-all.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue