From a228799092da28af56843254a7afd938338b42be Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:54:20 -0500 Subject: [PATCH] chore: update workflow --- .../azure-static-web-apps-zealous-cliff-09a0a7b10.yml | 1 + .github/workflows/production_criminalmindsapi.yml | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-zealous-cliff-09a0a7b10.yml b/.github/workflows/azure-static-web-apps-zealous-cliff-09a0a7b10.yml index bc5e7ed..cd51962 100644 --- a/.github/workflows/azure-static-web-apps-zealous-cliff-09a0a7b10.yml +++ b/.github/workflows/azure-static-web-apps-zealous-cliff-09a0a7b10.yml @@ -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" diff --git a/.github/workflows/production_criminalmindsapi.yml b/.github/workflows/production_criminalmindsapi.yml index 8601c9c..aa4fba4 100644 --- a/.github/workflows/production_criminalmindsapi.yml +++ b/.github/workflows/production_criminalmindsapi.yml @@ -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 }}