From 36dff7c4a3a5cb5fe7c8b93ae26e5c99b49381fa Mon Sep 17 00:00:00 2001 From: arthurkehrwald <50906979+arthurkehrwald@users.noreply.github.com> Date: Mon, 24 Feb 2025 12:24:06 +0100 Subject: [PATCH] Include proto generated files in 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 a7aa42a9..c0904884 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,12 +17,14 @@ jobs: run: | dotnet build -c Release - run: | - mkdir -p tmp + - run: | + mkdir -p tmp/Runtime/GrpcInterface/Generated cp -r Plugins tmp cp -r YetAnotherHttpHandler tmp + cp -r Runtime/GrpcInterface/Generated/* tmp/Runtime/GrpcInterface/Generated/ - uses: actions/upload-artifact@v4 with: - name: Plugins + name: Build-Artifacts path: tmp dispatch: