mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
checkout safari via github action
This commit is contained in:
8
.github/scripts/macos/clean-safari.ps1
vendored
Normal file
8
.github/scripts/macos/clean-safari.ps1
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
$rootPath = $env:GITHUB_WORKSPACE;
|
||||
$distDir = $rootPath + "\dist";
|
||||
$distSafariDir = $distDir + "\safari";
|
||||
|
||||
if (Test-Path -Path $distSafariDir) {
|
||||
Remove-Item -Recurse -Force $distSafariDir
|
||||
}
|
||||
New-Item $distSafariDir -ItemType Directory -ea 0
|
||||
Reference in New Issue
Block a user