Browse Source

fix env

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

2
.github/workflows/build.yml

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build 5.x
env:
BUILD_DIR = "Sophia-ps5-${{ github.ref }}"
BUILD_DIR: Sophia-ps5-${{ github.ref }}
run:
mkdir $BUILD_DIR
cp -R Sophia/* $BUILD_DIR

Loading…
Cancel
Save