From 693df25de35e344ad98ac4fc8fe3b7a40e1d4ed5 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Mon, 4 Mar 2024 13:10:31 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20GitHub=20Actions=20=E3=83=AF=E3=83=BC?= =?UTF-8?q?=E3=82=AF=E3=83=95=E3=83=AD=E3=83=BC=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- .github/workflows/coverage-comment.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/upload-gh-pages.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5a3c762..af5a8be5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -423,7 +423,7 @@ jobs: if [[ ${{ matrix.os }} == mac-* ]]; then ditto -x -k --sequesterRsrc --rsrc download/${{ env.VOICEVOX_CORE_ASSET_NAME }}.zip download/ else - unzip download/${{ env.VOICEVOX_CORE_ASSET_NAME }}.zip -d download/ + unzip download/${{ env.VOICEVOX_CORE_ASSET_NAME }}.zip -d download/ fi mkdir -p download/core mv download/${{ env.VOICEVOX_CORE_ASSET_NAME }}/* download/core @@ -434,7 +434,7 @@ jobs: run: | OUTPUT_LICENSE_JSON_PATH=engine_manifest_assets/dependency_licenses.json \ bash build_util/create_venv_and_generate_licenses.bash - # FIXME: VOICEVOX (editor) cannot build without licenses.json + # FIXME: AivisSpeech (editor) cannot build without licenses.json cp engine_manifest_assets/dependency_licenses.json licenses.json - name: Build run.py with PyInstaller diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 59f0f24d..2d7f9de4 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -11,7 +11,7 @@ on: defaults: run: shell: bash - + jobs: comment: runs-on: ubuntu-latest diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f485a56e..2832b966 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -5,7 +5,7 @@ on: defaults: run: shell: bash - + jobs: triage: runs-on: ubuntu-latest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18843d49..0a8c7708 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: poetry export --without-hashes --with dev -o requirements-dev.txt.check poetry export --without-hashes --with test -o requirements-test.txt.check poetry export --without-hashes --with license -o requirements-license.txt.check - + diff -q requirements.txt requirements.txt.check || \ diff -q requirements-dev.txt requirements-dev.txt.check || \ diff -q requirements-test.txt requirements-test.txt.check || \ diff --git a/.github/workflows/upload-gh-pages.yml b/.github/workflows/upload-gh-pages.yml index 3efc702b..5dadde77 100644 --- a/.github/workflows/upload-gh-pages.yml +++ b/.github/workflows/upload-gh-pages.yml @@ -16,7 +16,7 @@ env: defaults: run: shell: bash - + jobs: upload-doc: runs-on: ubuntu-20.04