mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
correct path for safari cleanup
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -152,7 +152,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Clean safari directory
|
- name: Clean safari directory
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: ./scripts/clean-safari.ps1
|
run: ./.github/scripts/macos/clean-safari.ps1
|
||||||
|
|
||||||
- name: Checkout browser extension
|
- name: Checkout browser extension
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user