From 4ee979937a992b57a90a922e3aa8cd94c4a76e22 Mon Sep 17 00:00:00 2001 From: Ben C Date: Mon, 23 May 2022 07:48:15 -0400 Subject: [PATCH] I am become goblin ooga booga --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a89f5bec..815b131d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,8 +39,11 @@ jobs: - uses: actions/setup-dotnet@v1 + # Debugging, remove later + - run: "tree C: /f" + # Epic moment - - run: sn -Vr * + - run: "C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8.0 Tools\x64\sn.exe" -Vr * - name: Build Project run: dotnet build -c $Env:BUILD_TYPE @@ -51,9 +54,6 @@ jobs: name: NewHorizons-${{ env.BUILD_TYPE }} path: .\NewHorizons\Obj\${{ env.BUILD_TYPE }} - # Debugging, remove later - - run: tree /f - - name: Generate Schemas run: .\SchemaExporter\Bin\${{ env.BUILD_TYPE }}\SchemaExporter.exe