Browse Source

check envs

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

3
.github/workflows/build.yml

@ -15,7 +15,8 @@ jobs:
- name: Build 5.x - name: Build 5.x
env: env:
BUILD_DIR: Sophia-ps5-${{ github.ref }} BUILD_DIR: Sophia-ps5-${{ github.ref }}
run: run: |
Get-ChildItem Env:
mkdir $BUILD_DIR mkdir $BUILD_DIR
cp -R Sophia/* $BUILD_DIR cp -R Sophia/* $BUILD_DIR
del -Force -Recurse "$BUILD_DIR/PowerShell 7.x" del -Force -Recurse "$BUILD_DIR/PowerShell 7.x"

Loading…
Cancel
Save