diff --git a/.github/workflows/shifty-build.yml b/.github/workflows/shifty-build.yml index d4de7d6..7cbf8d4 100644 --- a/.github/workflows/shifty-build.yml +++ b/.github/workflows/shifty-build.yml @@ -29,7 +29,7 @@ jobs: - name: Restore dependencies run: dotnet restore . - name: Settings override - run: mv -f "infrastructure/${{ inputs.environment }}-appsettings.json Shifty.App/wwwroot/appsettings.json" + run: mv -f "infrastructure/${{ inputs.environment }}-appsettings.json" Shifty.App/wwwroot/appsettings.json - name: Build Shifty App run: dotnet build . --no-restore /p:ContinuousIntegrationBuild=true --configuration Release - name: Run tests