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
@@ -43,3 +43,4 @@ jobs:
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ZEALOUS_CLIFF_09A0A7B10 }}
action: "close"
app_location: "/client"
@@ -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 }}