From 675edc56b906ba75c250bc62fdb25720866adc93 Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Tue, 19 Nov 2024 14:47:26 +0800 Subject: [PATCH] 1 --- .github/workflows/Release-all.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Release-all.yml b/.github/workflows/Release-all.yml index b2ca1386..47d9e13e 100644 --- a/.github/workflows/Release-all.yml +++ b/.github/workflows/Release-all.yml @@ -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'