diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37d173e..06476d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,9 +42,11 @@ jobs: run: | dotnet build --configuration Release --no-restore dotnet publish --configuration Release --framework net9.0 --runtime linux-x64 --self-contained false --output ./WebApiBuild - - name: Remove appsettings.Development.json + - name: Clean up working-directory: WebAPI - run: rm ./WebApiBuild/appsettings.Development.json + run: | + rm ./WebApiBuild/appsettings.Development.json + rm ./WebApiBuild/client_secrets.Development.json - name: Upload artifact uses: actions/upload-artifact@v4 with: