mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
I am goober
This commit is contained in:
parent
adfa0199b8
commit
00f1449f79
14
.github/workflows/build.yaml
vendored
14
.github/workflows/build.yaml
vendored
@ -37,12 +37,16 @@ jobs:
|
|||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
run: echo "BUILD_TYPE=Debug" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
|
run: echo "BUILD_TYPE=Debug" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
|
||||||
|
|
||||||
# Epic moment
|
|
||||||
- run: sn.exe -Vr *
|
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v1
|
- uses: actions/setup-dotnet@v1
|
||||||
- run: dotnet build -c $Env:BUILD_TYPE
|
|
||||||
- uses: actions/upload-artifact@v2
|
# Epic moment
|
||||||
|
- run: sn -Vr *
|
||||||
|
|
||||||
|
- name: Build Project
|
||||||
|
run: dotnet build -c $Env:BUILD_TYPE
|
||||||
|
|
||||||
|
- name: Upload Artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: NewHorizons-${{ env.BUILD_TYPE }}
|
name: NewHorizons-${{ env.BUILD_TYPE }}
|
||||||
path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }}
|
path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user