1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

dont use dist for safari builds

This commit is contained in:
Kyle Spearrin
2020-09-24 13:01:50 -04:00
parent ef3822228a
commit fb9e0ec739
2 changed files with 2 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ jobs:
- name: Create Safari directory
shell: pwsh
run: New-Item ./dist/safari -ItemType Directory -ea 0
run: New-Item ./dist-safari -ItemType Directory -ea 0
- name: Checkout browser extension
uses: actions/checkout@v2