diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c29f508c..0a75a8b85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,13 @@ jobs: env: MACOSX_DEPLOYMENT_TARGET: "10.13" ENABLE_COMPATIBILITY_REPORTING: "ON" + - name: Pack + run: ./.ci/macos/upload.sh + - name: Upload + uses: actions/upload-artifact@v3 + with: + name: macos + path: artifacts/ windows: runs-on: windows-latest steps: