diff --git a/.github/workflows/npm-build-and-compile.yml b/.github/workflows/npm-build-and-compile.yml index 2a0afc0..feace4d 100644 --- a/.github/workflows/npm-build-and-compile.yml +++ b/.github/workflows/npm-build-and-compile.yml @@ -28,6 +28,6 @@ jobs: - name: Build run: | - cp ./source/config.example.json ./source/config.json + cp ./config.example.json ./config.json yarn install yarn compile