Skip to content

Commit 26c2ec0

Browse files
committed
Update operations api ci
1 parent ae32734 commit 26c2ec0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/api-deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
- uses: actions/download-artifact@v4
261261
with:
262262
name: feeds_operations_gen
263-
path: functions-python/operations_api/src/feeds_operations_gen/
263+
path: functions-python/operations_api/src/feeds_gen/
264264

265265
- name: Build python functions
266266
run: |

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ jobs:
140140
uses: actions/upload-artifact@v4
141141
with:
142142
name: feeds_operations_gen
143-
path: functions-python/operations_api/src/feeds_operations_gen/
143+
path: functions-python/operations_api/src/feeds_gen/
144144
overwrite: true

0 commit comments

Comments
 (0)