Skip to content

Commit

Permalink
製品版リソースのバージョンを選択可能にする (#536)
Browse files Browse the repository at this point in the history
* make version of resource selectable

* use ref
  • Loading branch information
y-chan authored Nov 29, 2021
1 parent c83af58 commit 1ba8a6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
env:
VOICEVOX_ENGINE_REPO_URL: "https://github.com/Hiroshiba/voicevox_engine"
VOICEVOX_ENGINE_VERSION: 0.9.3
VOICEVOX_RESOURCE_VERSION: 0.9.2

jobs:
build-noengine-prepackage:
Expand Down Expand Up @@ -122,7 +123,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: Hiroshiba/voicevox_resource
ref: main
ref: ${{ env.VOICEVOX_RESOURCE_VERSION }}
path: resource

- name: Replace Character Info
Expand Down

0 comments on commit 1ba8a6d

Please sign in to comment.