Skip to content

Commit b674666

Browse files
Include proto generated files in release
1 parent 88ebde3 commit b674666

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717
run: |
1818
dotnet build -c Release
1919
- run: |
20-
mkdir -p tmp
20+
- run: |
21+
mkdir -p tmp/Runtime/GrpcInterface/Generated
2122
cp -r Plugins tmp
2223
cp -r YetAnotherHttpHandler tmp
24+
cp -r Runtime/GrpcInterface/Generated/* tmp/Runtime/GrpcInterface/Generated/
2325
- uses: actions/upload-artifact@v4
2426
with:
25-
name: Plugins
27+
name: Build-Artifacts
2628
path: tmp
2729

2830
dispatch:

0 commit comments

Comments
 (0)