From 0e6824d3f49e501e064bd84e6bff56542888614c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 22 Sep 2020 16:14:04 -0400 Subject: [PATCH] dont build safari --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8bc875a..67a1c7b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,17 +140,17 @@ jobs: run: ./.github/scripts/macos/setup-profiles.ps1 shell: pwsh - - name: Build Safari extension for .dmg - shell: pwsh - run: ./scripts/safari-build.ps1 +# - name: Build Safari extension for .dmg +# shell: pwsh +# run: ./scripts/safari-build.ps1 - name: Build application for .dmg shell: pwsh run: npm run dist:mac - - name: Build Safari extension for App Store - shell: pwsh - run: ./scripts/safari-build.ps1 -mas +# - name: Build Safari extension for App Store +# shell: pwsh +# run: ./scripts/safari-build.ps1 -mas - name: Build application for App Store shell: pwsh