Skip to content

Commit

Permalink
fix operations generated folder reference
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Dec 4, 2024
1 parent 7c4935f commit 8b1660c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: feeds_operations_gen
path: functions-python/operations_api/feeds_operations_gen/
path: functions-python/operations_api/src/feeds_operations_gen/

- name: Build python functions
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@ jobs:
path: api/src/database_gen/
overwrite: true

- name: API generated code
- name: Upload API generated code
uses: actions/upload-artifact@v4
with:
name: feeds_gen
path: api/src/feeds_gen/
overwrite: true

- name: Operations API generated code
- name: Upload Operations API generated code
uses: actions/upload-artifact@v4
with:
name: feeds_operations_gen
path: functions-python/operations_api/feeds_operations_gen/
path: functions-python/operations_api/src/feeds_operations_gen/
overwrite: true

0 comments on commit 8b1660c

Please sign in to comment.