Skip to content

Commit a180ecc

Browse files
akimon658Copilot
andauthored
ダウンローダーの実行時に確認をスキップ (#21)
* ダウンローダーの実行時に確認をスキップ * `yes`の使用についてコメントを追加 Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 501896d commit a180ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
fi
8181
8282
# Run downloader
83-
./download --exclude c-api
83+
# NOTE: Using 'yes' to bypass prompts because the downloader does not support a '--yes' or '--force' flag. This is necessary for non-interactive CI.
84+
yes | ./download --exclude c-api
8485
8586
# Move files to the correct location
8687
mv voicevox_core crates/tauri_app/

0 commit comments

Comments
 (0)