mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Correct folder path
This commit is contained in:
parent
0efcf4b922
commit
d38c7b20ed
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -40,10 +40,10 @@ jobs:
|
||||
- uses: actions/setup-dotnet@v1
|
||||
|
||||
# Debugging, remove later
|
||||
- run: "tree C:\\\"Program Files (x86)\"\\\"Microsoft SDKs\"\\Windows\\v10.0A\\bin\\"
|
||||
- run: "tree C:\\\"Program Files (x86)\"\\\"Microsoft SDKs\"\\Windows\\v10.0A\\bin\\\"NETFX 4.8 Tools\"\\x64\\ /f"
|
||||
|
||||
# Epic moment
|
||||
- run: "C:\\\"Program Files (x86)\"\\\"Microsoft SDKs\"\\Windows\\v10.0A\\bin\\\"NETFX 4.8.0 Tools\"\\x64\\sn.exe -Vr *"
|
||||
- run: "C:\\\"Program Files (x86)\"\\\"Microsoft SDKs\"\\Windows\\v10.0A\\bin\\\"NETFX 4.8 Tools\"\\x64\\sn.exe -Vr *"
|
||||
|
||||
- name: Build Project
|
||||
run: dotnet build -c $Env:BUILD_TYPE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user