From 30831e6367f84134c33842bb2850043ee65a1403 Mon Sep 17 00:00:00 2001 From: SachinVin <26602104+SachinVin@users.noreply.github.com> Date: Sat, 10 Sep 2022 15:35:00 +0530 Subject: [PATCH] CI: dont upload macos artifacts (#6121) --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29f3e3ee8..643fa1c84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,13 +77,6 @@ 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: