From 3b3dbd65bc707425e3f487fe920b4e91ed9fc8d5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 25 Sep 2020 11:22:50 -0400 Subject: [PATCH] remove dmg build --- .github/workflows/build.yml | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a1e3cd7a4..3f5c91c50c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -262,27 +262,27 @@ jobs: shell: pwsh run: ./scripts/safari-build.ps1 -skipcheckout -skipoutcopy - - name: Load Safari extension for .dmg - shell: pwsh - run: ./scripts/safari-build.ps1 -copyonly - - - name: Build for .dmg - run: npm run dist:mac - env: - APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }} - APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} - - - name: Upload .zip artifact - uses: actions/upload-artifact@v2 - with: - name: Bitwarden-${{ env.PACKAGE_VERSION }}-mac.zip - path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-mac.zip - - - name: Upload .dmg artifact - uses: actions/upload-artifact@v2 - with: - name: Bitwarden-${{ env.PACKAGE_VERSION }}.dmg - path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}.dmg +# - name: Load Safari extension for .dmg +# shell: pwsh +# run: ./scripts/safari-build.ps1 -copyonly +# +# - name: Build for .dmg +# run: npm run dist:mac +# env: +# APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }} +# APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} +# +# - name: Upload .zip artifact +# uses: actions/upload-artifact@v2 +# with: +# name: Bitwarden-${{ env.PACKAGE_VERSION }}-mac.zip +# path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-mac.zip +# +# - name: Upload .dmg artifact +# uses: actions/upload-artifact@v2 +# with: +# name: Bitwarden-${{ env.PACKAGE_VERSION }}.dmg +# path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}.dmg - name: Load Safari extension for App Store shell: pwsh