From 37033ec29a2e2f17197f54916dc1b2296e641072 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Sun, 17 Nov 2024 12:08:17 +0900 Subject: [PATCH] Fix workflows --- .github/workflows/periodic.yml | 2 +- .github/workflows/regression.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 36b3919..37438e5 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -22,7 +22,7 @@ jobs: features: ["ipadic,ko-dic,cc-cedict"] runs-on: ${{ matrix.platform.runner }} env: - LINDERA_CONFIG_PATH: "./resources/lindera.json" + LINDERA_CONFIG_PATH: "./resources/lindera.yml" steps: - name: Run checkout uses: actions/checkout@v4 diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 74dc19b..2a3f970 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -71,7 +71,7 @@ jobs: features: ["ipadic,ko-dic,cc-cedict"] runs-on: ${{ matrix.platform.runner }} env: - LINDERA_CONFIG_PATH: "./resources/lindera.json" + LINDERA_CONFIG_PATH: "./resources/lindera.yml" steps: - name: Run checkout uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1a196d..f3d7a21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: toolchain: [stable] runs-on: ${{ matrix.platform.runner }} env: - LINDERA_CONFIG_PATH: "./resources/lindera.json" + LINDERA_CONFIG_PATH: "./resources/lindera.yml" steps: - name: Checkout uses: actions/checkout@v4