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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user