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