Update build.yaml

This commit is contained in:
Ben C 2022-03-01 22:26:32 -08:00 committed by GitHub
parent cea70187d5
commit 2ebbfaacb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-dotnet@v1 - uses: actions/setup-dotnet@v1
with: with:
dotnet-version: "5.0.x" dotnet-version: "5.0.x"
- run: dotnet build -c Release - run: dotnet build -c Release -o .\NewHorizons\Bin\Release
- run: tree - run: tree
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with: