1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-28 12:45:45 +01:00

commenting out the chocolatey package

This commit is contained in:
Joseph Flinn 2020-12-14 23:58:49 +00:00
parent 2a6add76db
commit 41f263d378

View File

@ -202,18 +202,18 @@ jobs:
# 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'
uses: actions/upload-artifact@v2 # uses: actions/upload-artifact@v2
with: # with:
name: bitwarden.${{ env.PACKAGE_VERSION }}.nupkg # name: bitwarden.${{ env.PACKAGE_VERSION }}.nupkg
path: ./dist/chocolatey/bitwarden.${{ env.PACKAGE_VERSION }}.nupkg # path: ./dist/chocolatey/bitwarden.${{ env.PACKAGE_VERSION }}.nupkg
- name: Upload release assets - name: Upload release assets
if: github.event_name == 'release' if: github.event_name == 'release'
run: | run: |
hub release edit ` hub release edit `
-a ./dist/chocolatey/bitwarden.${{ env.PACKAGE_VERSION }}.nupkg ` #-a ./dist/chocolatey/bitwarden.${{ env.PACKAGE_VERSION }}.nupkg `
-a ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-ia32-store.appx ` -a ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-ia32-store.appx `
-a ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x64-store.appx ` -a ./dist/Bitwarden-${{ env.PACKAGE_VERSION }}-x64-store.appx `
-m "$($env:RELEASE_TAG_NAME.TrimStart('v'))" ` -m "$($env:RELEASE_TAG_NAME.TrimStart('v'))" `