mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
adding sudo to cleanup
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -295,8 +295,9 @@ jobs:
|
|||||||
- name: Cleanup Test & Update Snap for Publish
|
- name: Cleanup Test & Update Snap for Publish
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
snap remove bw
|
sudo snap remove bw
|
||||||
#./scripts/snap-update.ps1
|
|
||||||
|
#snapcraft push ./dist/snap/bw*.snap --release stable
|
||||||
|
|
||||||
- name: Publish linux checksum to GitHub
|
- name: Publish linux checksum to GitHub
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user