From ffcd244053a0839755c0ed0f11f02c64f57ee62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 12 Feb 2025 15:31:10 +0100 Subject: [PATCH] WIP: Build & Release --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: