Skip to content

Commit

Permalink
ci: Fixed auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jan 7, 2025
1 parent 00b9b10 commit fc92cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Generate code
run: |
cd src/libs/OpenAI
cd src/libs/tryAGI.OpenAI
chmod +x ./generate.sh
./generate.sh
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/FixOpenApiSpec/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"FixOpenApiSpec": {
"commandName": "Project",
"commandLineArgs": "../../../../../../src/libs/OpenAI/openapi.yaml"
"commandLineArgs": "../../../../../../src/libs/tryAGI.OpenAI/openapi.yaml"
}
}
}

0 comments on commit fc92cd8

Please sign in to comment.