mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
changing release edit task shell to powershell
This commit is contained in:
parent
c414121413
commit
686b6931dc
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -356,6 +356,7 @@ jobs:
|
|||||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||||
|
|
||||||
- name: Upload release assets
|
- name: Upload release assets
|
||||||
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
hub release edit `
|
hub release edit `
|
||||||
-a ./dist/mas/Bitwarden-${{ env.PACKAGE_VERSION }}.pkg `
|
-a ./dist/mas/Bitwarden-${{ env.PACKAGE_VERSION }}.pkg `
|
||||||
|
Loading…
Reference in New Issue
Block a user