Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Sep 27, 2022
1 parent 46edfee commit 9ca3e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TVTest.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 9ca3e72

Please sign in to comment.