1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

correct path for safari cleanup

This commit is contained in:
Kyle Spearrin
2020-09-22 17:32:01 -04:00
parent 109cab2fb7
commit 8501640fbd

View File

@@ -152,7 +152,7 @@ jobs:
- name: Clean safari directory
shell: pwsh
run: ./scripts/clean-safari.ps1
run: ./.github/scripts/macos/clean-safari.ps1
- name: Checkout browser extension
uses: actions/checkout@v2