Skip to content

Commit

Permalink
0.16をとりあえずビルドしてみる (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jan 29, 2024
1 parent c50e73b commit df3f0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ on:

env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/VOICEVOX/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.15.1
VOICEVOX_RESOURCE_VERSION: 0.15.0
VOICEVOX_ENGINE_VERSION: 0.16-preview.0
VOICEVOX_RESOURCE_VERSION: 0.16.0
VOICEVOX_EDITOR_VERSION:
|- # releaseタグ名か、workflow_dispatchでのバージョン名か、999.999.999-developが入る
${{ github.event.release.tag_name || github.event.inputs.version || '999.999.999-develop' }}
Expand Down

0 comments on commit df3f0c0

Please sign in to comment.