1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

fix safari dist path

This commit is contained in:
Kyle Spearrin
2020-09-24 13:21:15 -04:00
parent fb9e0ec739
commit d09228ceb9

View File

@@ -170,7 +170,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'bitwarden/browser'
path: 'dist/safari/browser'
path: 'dist-safari/browser'
- name: Build Safari extension
shell: pwsh