Skip to content

Commit

Permalink
[release-0.17] to 0.17.0 (#1109)
Browse files Browse the repository at this point in the history
* to 0.17.0

* テスト更新

* ついでに、文字列になっていることが抜けていて必ず実行されており、ビルド時間が30分ほど伸びていた
  • Loading branch information
Hiroshiba committed Mar 6, 2024
1 parent c97806b commit c87636e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.16.0"
VOICEVOX_RESOURCE_VERSION: "0.17.0"
VOICEVOX_CORE_VERSION: "0.15.0"

defaults:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

env:
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.16.0"
VOICEVOX_RESOURCE_VERSION: "0.17.0"
VOICEVOX_CORE_VERSION: "0.15.0"

defaults:
Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:
mv archives_7z.txt "${{ steps.vars.outputs.package_name }}.7z.txt"
- name: Upload 7z archives to artifact
if: github.event.inputs.upload_artifact
if: github.event.inputs.upload_artifact == 'true'
uses: actions/upload-artifact@v3
with:
name: ${{ steps.vars.outputs.package_name }}
Expand Down Expand Up @@ -604,7 +604,7 @@ jobs:
mv archives_vvpp.txt "${{ steps.vars.outputs.package_name }}.vvpp.txt"
- name: Upload VVPP archives to artifact
if: github.event.inputs.upload_artifact
if: github.event.inputs.upload_artifact == 'true'
uses: actions/upload-artifact@v3
with:
name: ${{ steps.vars.outputs.package_name }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ RUN <<EOF
EOF

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.16.0
ARG VOICEVOX_RESOURCE_VERSION=0.17.0
RUN <<EOF
set -eux

Expand Down
5 changes: 5 additions & 0 deletions engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "0.17.0",
"descriptions": ["開発環境の向上"],
"contributors": ["Hiroshiba", "misogihagi", "tarepan", "tuna2134"]
},
{
"version": "0.16.0",
"descriptions": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c87636e

Please sign in to comment.