From c144b71c13a722a4e3d122120febf17d6cbc2651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3?= Date: Sun, 23 Jun 2024 20:56:54 +0800 Subject: [PATCH] update --- .github/workflows/DDTV_Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DDTV_Test.yml b/.github/workflows/DDTV_Test.yml index a9387454..17c7ced1 100644 --- a/.github/workflows/DDTV_Test.yml +++ b/.github/workflows/DDTV_Test.yml @@ -153,7 +153,7 @@ jobs: - name: Copy ffmpeg.exe (Windows) if: matrix.os == 'windows-latest' run: | - mkdir Server/build_output/Plugins/ffmpeg + mkdir Server/build_output/Plugins/Plugins/ffmpeg copy Server/Plugins/ffmpeg/ffmpeg.exe Server/build_output/Plugins/Plugins/ffmpeg/ffmpeg.exe - name: Move all files to bin folder and create shortcut (Linux or macOS)