Skip to content

Commit 139680c

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Python dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
pip install -r replicate-java/replicate-tools/requirements.txt
35+
pip install -r replicate-tools/requirements.txt
3636
3737
- name: Run replicate-tools to download JSON schemas
3838
env:
@@ -44,14 +44,14 @@ jobs:
4444
4545
- name: Run Maven to generate Java models
4646
run: |
47-
cd replicate-java/replicate-models
47+
cd replicate-models
4848
mvn clean install
4949
5050
- name: Deploy Maven artifact to GitHub Packages
5151
env:
5252
VERSION: ${{ github.event.release.tag_name }}-${{ matrix.version.name }}
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
run: |
55-
cd replicate-java/replicate-models
55+
cd replicate-models
5656
mvn versions:set -DnewVersion=$VERSION
5757
mvn deploy

0 commit comments

Comments
 (0)