All checks were successful
Build Mod Package / build (push) Successful in 11s
8 lines
198 B
PowerShell
8 lines
198 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
|
|
if (-not (Test-Path -LiteralPath "build")) {
|
|
New-Item -ItemType Directory -Path "build" | Out-Null
|
|
}
|
|
|
|
Divine -a pack -s Mods -d "build/DnD 5.5e AIO Russian.pak"
|