diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eba9b0df2f..5e17f92979 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,11 +164,11 @@ jobs: # shell: pwsh # run: ./scripts/safari-build.ps1 -skipcheckout - - name: Build application for .dmg - run: npm run dist:mac - env: - APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }} - APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} +# - name: Build application for .dmg +# run: npm run dist:mac +# env: +# APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }} +# APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} - name: Build Safari extension for App Store shell: pwsh diff --git a/scripts/safari-build.ps1 b/scripts/safari-build.ps1 index 0f6300c155..4985139147 100644 --- a/scripts/safari-build.ps1 +++ b/scripts/safari-build.ps1 @@ -31,11 +31,7 @@ if(-not $skipcheckout) { New-Item $distSafariDir -ItemType Directory -ea 0 } -ls -cd $distDir -ls cd $distSafariDir -ls if(-not $skipcheckout) { git clone git@github.com:bitwarden/browser.git