mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
artifacts and stuff
This commit is contained in:
8
.github/scripts/macos/clean-safari.ps1
vendored
8
.github/scripts/macos/clean-safari.ps1
vendored
@@ -1,8 +0,0 @@
|
||||
$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