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 }}