From 0ed6aee4262cf903380454be4fa7d2c2a1e48b2c Mon Sep 17 00:00:00 2001 From: Kylart Date: Sat, 4 Sep 2021 17:57:06 +0200 Subject: [PATCH] changed macos build version --- .github/workflows/macos.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index a178757..84ead7d 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: macos-11 + runs-on: macos-10.15 env: CSC_IDENTITY_AUTO_DISCOVERY: false @@ -42,7 +42,10 @@ jobs: uses: actions/upload-artifact@v2 with: name: dist - path: dist/ + path: | + dist/ + !dist/mac + !dist/bundled - name: Download test Artifact uses: actions/upload-artifact@v2 with: