mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
commenting out the chocolatey package
This commit is contained in:
parent
2a6add76db
commit
41f263d378
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -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'))" `
|
||||
|
Loading…
Reference in New Issue
Block a user