diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 034f5a23..f3347e78 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,12 +44,13 @@ jobs: name: NewHorizons-${{ env.BUILD_TYPE }} path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }} + # Debugging, remove later - run: tree /f - name: Generate Schemas run: .\SchemaExporter\Bin\${{ env.BUILD_TYPE }}\SchemaExporter.exe - # Only want to commit schemas if they've actually changed + # Only want to commit schemas if they've actually changed - name: Verify Changed Schemas uses: tj-actions/verify-changed-files@v6 id: changed_files diff --git a/SchemaExporter/App.config b/SchemaExporter/App.config new file mode 100644 index 00000000..776e1cf6 --- /dev/null +++ b/SchemaExporter/App.config @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file