Skip to content

Commit de77133

Browse files
anandgupta42claude
andcommitted
fix: correct models-api.json path in release workflow
build.ts does process.chdir("packages/altimate-code/") before reading the env var, so the path must be relative to that directory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f693149 commit de77133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ALTIMATE_CLI_CHANNEL: latest
3232
ALTIMATE_CLI_RELEASE: "1"
3333
GH_REPO: ${{ env.GH_REPO }}
34-
MODELS_DEV_API_JSON: packages/altimate-code/test/tool/fixtures/models-api.json
34+
MODELS_DEV_API_JSON: test/tool/fixtures/models-api.json
3535

3636
- name: Upload build artifacts
3737
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)