mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
1
This commit is contained in:
parent
5de460d3ae
commit
675edc56b9
7
.github/workflows/Release-all.yml
vendored
7
.github/workflows/Release-all.yml
vendored
|
@ -66,7 +66,12 @@ jobs:
|
|||
- name: Package
|
||||
run: |
|
||||
cmake --install build_dir/
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macOS-${{ matrix.os }}-Qt${{ matrix.qt_ver }}
|
||||
if-no-files-found: error
|
||||
retention-days: 7
|
||||
path: '*.dmg'
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue