mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
use bin instead of obj for build folder
This commit is contained in:
parent
c0e6c1191a
commit
b3c529d405
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user