chore: update workflow

This commit is contained in:
Stevan Freeborn
2024-10-01 20:54:20 -05:00
parent 3c58de0c49
commit a228799092
2 changed files with 3 additions and 3 deletions
@@ -12,10 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
include-prerelease: true
dotnet-version: '8.0.x'
- name: Build with dotnet
run: dotnet build --configuration Release
working-directory: ${{ env.WORKING_DIRECTORY }}