Skip to content

Commit 30c5cd4

Browse files
committed
⚗️ Omit parent directory from paths
1 parent 139680c commit 30c5cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-replicate-models.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}
4040
REPLICATE_MODELS: ${{ matrix.version.models }}
4141
run: |
42-
cd replicate-java/replicate-tools
42+
cd replicate-tools
4343
python download_replicate_schemas.py
4444
4545
- name: Run Maven to generate Java models

0 commit comments

Comments
 (0)