We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ebde3 commit b674666Copy full SHA for b674666
.github/workflows/build.yml
@@ -17,12 +17,14 @@ jobs:
17
run: |
18
dotnet build -c Release
19
- run: |
20
- mkdir -p tmp
+ - run: |
21
+ mkdir -p tmp/Runtime/GrpcInterface/Generated
22
cp -r Plugins tmp
23
cp -r YetAnotherHttpHandler tmp
24
+ cp -r Runtime/GrpcInterface/Generated/* tmp/Runtime/GrpcInterface/Generated/
25
- uses: actions/upload-artifact@v4
26
with:
- name: Plugins
27
+ name: Build-Artifacts
28
path: tmp
29
30
dispatch:
0 commit comments