Browse Source

build_dir fix4: find output2

pull/125/head
inv2004 4 years ago
parent
commit
db87811b3a
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -23,5 +23,5 @@ jobs:
mkdir $BUILD_DIR
cp -R Sophia/* $BUILD_DIR
del -Force -Recurse "$BUILD_DIR/PowerShell 7.x"
gci -Recurse | select FullName
gci -Recurse $BUILD_DIR | select FullName

Loading…
Cancel
Save