From 9ca3e72aaa61ae2a4e000ab3d5184d70f49d90a1 Mon Sep 17 00:00:00 2001 From: tsukumi Date: Tue, 27 Sep 2022 15:12:47 +0900 Subject: [PATCH] Test --- .github/workflows/TVTest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TVTest.yaml b/.github/workflows/TVTest.yaml index 9cacea4..be19634 100644 --- a/.github/workflows/TVTest.yaml +++ b/.github/workflows/TVTest.yaml @@ -156,8 +156,8 @@ jobs: run: | curl -L -o NicoCookie4Chrome.zip https://vb45wb5b.up.seesaa.net/image/NicoCookie4Chrome_1.01.zip 7z x -y -o"NicoCookie4Chrome/" NicoCookie4Chrome.zip - cp -Path NicoCookie4Chrome/ -Destination ${{steps.version.outputs.data}}/TVTest_32bit/Plugins/ - cp -Path NicoCookie4Chrome/ -Destination ${{steps.version.outputs.data}}/TVTest_64bit/Plugins/ + cp -Path NicoCookie4Chrome/ -Destination ${{steps.version.outputs.data}}/TVTest_32bit/Plugins/ -Recurse + cp -Path NicoCookie4Chrome/ -Destination ${{steps.version.outputs.data}}/TVTest_64bit/Plugins/ -Recurse # NicoJK のビルド - name: Build NicoJK