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'