commenting out the chocolatey package

This commit is contained in:
Joseph Flinn 2020-12-14 23:58:49 +00:00
parent 2a6add76db
commit 41f263d378
1 changed files with 7 additions and 7 deletions

View File

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