use bin instead of obj for build folder

This commit is contained in:
JohnCorby 2022-05-25 16:26:56 -07:00
parent c0e6c1191a
commit b3c529d405

View File

@ -51,10 +51,10 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: NewHorizons-${{ env.BUILD_TYPE }}
path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }}
path: .\NewHorizons\bin\${{ env.BUILD_TYPE }}
- name: Generate Schemas
run: .\SchemaExporter\Bin\${{ env.BUILD_TYPE }}\SchemaExporter.exe
run: .\SchemaExporter\bin\${{ env.BUILD_TYPE }}\SchemaExporter.exe
# Only want to commit schemas if they've actually changed
- name: Verify Changed Schemas