From 554cecb43cd23c3cf60a59f91e9e176219f8b7b4 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Thu, 4 Jul 2024 16:57:11 +0900 Subject: [PATCH] typo --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 87fae100..410662ff 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -38,7 +38,7 @@ jobs: run: ./gradlew install -x test - name: Install grobid-ner working-directory: grobid/grobid-ner - run: ./gradlew copyModules + run: ./gradlew copyModels - name: Build entity-fishing with Gradle working-directory: entity-fishing run: ./gradlew build \ No newline at end of file