mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
removing deploy jobs (should be moved into its own workflow)
This commit is contained in:
parent
857c9515da
commit
d68c62ab91
32
.github/workflows/build.yml
vendored
32
.github/workflows/build.yml
vendored
@ -109,12 +109,12 @@ jobs:
|
|||||||
name: Bitwarden-${{ env.PACKAGE_VERSION }}-x86_64.AppImage
|
name: Bitwarden-${{ env.PACKAGE_VERSION }}-x86_64.AppImage
|
||||||
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x86_64.AppImage
|
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x86_64.AppImage
|
||||||
|
|
||||||
- name: Deploy to Snap Store
|
#- name: Deploy to Snap Store
|
||||||
if: github.event_name == 'release'
|
# if: github.event_name == 'release'
|
||||||
run: |
|
# run: |
|
||||||
./scripts/snap-update.ps1 -version $env:PACKAGE_VERSION
|
# ./scripts/snap-update.ps1 -version $env:PACKAGE_VERSION
|
||||||
snapcraft logout
|
# snapcraft logout
|
||||||
shell: pwsh
|
# shell: pwsh
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@ -197,10 +197,10 @@ jobs:
|
|||||||
name: Bitwarden-${{ env.PACKAGE_VERSION }}-x64-store.appx
|
name: Bitwarden-${{ env.PACKAGE_VERSION }}-x64-store.appx
|
||||||
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x64-store.appx
|
path: ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x64-store.appx
|
||||||
|
|
||||||
- name: Deploy to Chocolatey
|
# - name: Deploy to Chocolatey
|
||||||
if: github.event_name == 'release'
|
# if: github.event_name == 'release'
|
||||||
run: ./scripts/choco-update.ps1 -version $env:PACKAGE_VERSION
|
# run: ./scripts/choco-update.ps1 -version $env:PACKAGE_VERSION
|
||||||
shell: pwsh
|
# shell: pwsh
|
||||||
|
|
||||||
- name: Upload Chocolatey nupkg artifact
|
- name: Upload Chocolatey nupkg artifact
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
@ -350,12 +350,12 @@ jobs:
|
|||||||
name: Bitwarden-${{ env.PACKAGE_VERSION }}.pkg
|
name: Bitwarden-${{ env.PACKAGE_VERSION }}.pkg
|
||||||
path: ./dist/mas/Bitwarden-${{ env.PACKAGE_VERSION }}.pkg
|
path: ./dist/mas/Bitwarden-${{ env.PACKAGE_VERSION }}.pkg
|
||||||
|
|
||||||
- name: Deploy to App Store
|
# - name: Deploy to App Store
|
||||||
if: github.event_name == 'release'
|
# if: github.event_name == 'release'
|
||||||
run: npm run upload:mas
|
# run: npm run upload:mas
|
||||||
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 release assets
|
- name: Upload release assets
|
||||||
if: github.event_name == 'release'
|
if: github.event_name == 'release'
|
||||||
|
Loading…
Reference in New Issue
Block a user