mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Remove -o flag
This commit is contained in:
parent
c87ffa32f4
commit
aababa279e
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -38,11 +38,11 @@ jobs:
|
||||
run: echo "BUILD_TYPE=Debug" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
|
||||
|
||||
- uses: actions/setup-dotnet@v1
|
||||
- run: dotnet build -c $Env:BUILD_TYPE -o .\NewHorizons\Bin\$Env:BUILD_TYPE
|
||||
- run: dotnet build -c $Env:BUILD_TYPE
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: NewHorizons-${{ env.BUILD_TYPE }}
|
||||
path: .\NewHorizons\Bin\${{ env.BUILD_TYPE }}
|
||||
path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }}
|
||||
|
||||
- run: tree
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user