File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,11 @@ jobs:
255255 name : feeds_gen
256256 path : api/src/feeds_gen/
257257
258+ - uses : actions/download-artifact@v4
259+ with :
260+ name : feeds_operations_gen
261+ path : functions-python/operations_api/feeds_operations_gen/
262+
258263 - name : Build python functions
259264 run : |
260265 scripts/function-python-build.sh --all
Original file line number Diff line number Diff line change @@ -113,4 +113,11 @@ jobs:
113113 with :
114114 name : feeds_gen
115115 path : api/src/feeds_gen/
116+ overwrite : true
117+
118+ - name : Operations API generated code
119+ uses : actions/upload-artifact@v4
120+ with :
121+ name : feeds_operations_gen
122+ path : functions-python/operations_api/feeds_operations_gen/
116123 overwrite : true
You can’t perform that action at this time.
0 commit comments