remove dmg build

This commit is contained in:
Kyle Spearrin 2020-09-25 11:22:50 -04:00
parent cb123ce59a
commit 3b3dbd65bc
1 changed files with 21 additions and 21 deletions

View File

@ -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