Skip to content

Commit

Permalink
build-macos: revert core directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Dec 30, 2021
1 parent fd34f13 commit db09b76
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 @@ -147,16 +147,16 @@ jobs:
id: voicevox-core-cache
with:
key: ${{ matrix.os }}-voicevox-core-${{ matrix.voicevox_core_version }}
path: download/voicevox_core
path: download/core

- name: Download VOICEVOX Core
if: steps.voicevox-core-cache.outputs.cache-hit != 'true'
shell: bash
run: |
# extracted like download/core/metas.json
curl -L "https://github.com/VOICEVOX/voicevox_core/releases/download/${{ matrix.voicevox_core_version }}/core.zip" > download/core.zip
ditto -x -k --sequesterRsrc --rsrc download/core.zip download/
rm download/core.zip
mv download/core/ download/voicevox_core
# Install VOICEVOX Core Python package
- name: Prepare VOICEVOX Core source cache
Expand Down

0 comments on commit db09b76

Please sign in to comment.