Browse Source

echo build_dir

pull/125/head
inv2004 3 years ago
parent
commit
cafc9fc680
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -22,6 +22,7 @@ jobs:
}
# Get-ChildItem Env:
mkdir $BUILD_DIR
echo $BUILD_DIR
cp -R Sophia/* $BUILD_DIR
del -Force -Recurse "$BUILD_DIR/PowerShell 7.x"
# gci -Recurse $BUILD_DIR | select FullName

Loading…
Cancel
Save