mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
removing a line in a pwsh multiline script
This commit is contained in:
parent
41f263d378
commit
030eab7290
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -213,7 +213,6 @@ jobs:
|
|||||||
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/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'))" `
|
||||||
|
Loading…
Reference in New Issue
Block a user