remove dmg build
This commit is contained in:
parent
cb123ce59a
commit
3b3dbd65bc
|
@ -262,27 +262,27 @@ jobs:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: ./scripts/safari-build.ps1 -skipcheckout -skipoutcopy
|
run: ./scripts/safari-build.ps1 -skipcheckout -skipoutcopy
|
||||||
|
|
||||||
- name: Load Safari extension for .dmg
|
# - name: Load Safari extension for .dmg
|
||||||
shell: pwsh
|
# shell: pwsh
|
||||||
run: ./scripts/safari-build.ps1 -copyonly
|
# run: ./scripts/safari-build.ps1 -copyonly
|
||||||
|
#
|
||||||
- name: Build for .dmg
|
# - name: Build for .dmg
|
||||||
run: npm run dist:mac
|
# run: npm run dist:mac
|
||||||
env:
|
# env:
|
||||||
APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
# APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }}
|
||||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
# APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||||
|
#
|
||||||
- name: Upload .zip artifact
|
# - name: Upload .zip artifact
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: Bitwarden-${{ env.PACKAGE_VERSION }}-mac.zip
|
# name: Bitwarden-${{ env.PACKAGE_VERSION }}-mac.zip
|
||||||
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-mac.zip
|
# path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-mac.zip
|
||||||
|
#
|
||||||
- name: Upload .dmg artifact
|
# - name: Upload .dmg artifact
|
||||||
uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: Bitwarden-${{ env.PACKAGE_VERSION }}.dmg
|
# name: Bitwarden-${{ env.PACKAGE_VERSION }}.dmg
|
||||||
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}.dmg
|
# path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}.dmg
|
||||||
|
|
||||||
- name: Load Safari extension for App Store
|
- name: Load Safari extension for App Store
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
Loading…
Reference in New Issue