From 7a8c492ea35befebdb8d83de7b76a0a978a081a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3?= Date: Sat, 14 Dec 2024 15:48:18 +0800 Subject: [PATCH] update --- .github/workflows/DDTV_Test.yml | 33 +-------------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/.github/workflows/DDTV_Test.yml b/.github/workflows/DDTV_Test.yml index d001962e..e0c49046 100644 --- a/.github/workflows/DDTV_Test.yml +++ b/.github/workflows/DDTV_Test.yml @@ -186,17 +186,6 @@ jobs: mkdir Server/build_output/Plugins/Plugins/ffmpeg curl -L -o ffmpeg.zip https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip tar -xf ffmpeg.zip --directory Server/build_output/Plugins/Plugins/ffmpeg --strip-components=1 ffmpeg-master-latest-win64-gpl/bin/ffmpeg.exe - - - name: Verify ffmpeg.exe - if: matrix.os == 'windows-latest' - run: | - if [ -f "Server/build_output/Plugins/Plugins/ffmpeg/ffmpeg.exe" ]; then - echo "ffmpeg.exe downloaded and extracted successfully." - else - echo "Failed to download and extract ffmpeg.exe." - exit 1 - fi - - name: Move all files to bin folder and create shortcut (Linux or macOS) if: runner.os != 'Windows' @@ -368,16 +357,6 @@ jobs: mkdir Desktop/build_output/Plugins/Plugins/ffmpeg curl -L -o ffmpeg.zip https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip tar -xf ffmpeg.zip --directory Desktop/build_output/Plugins/Plugins/ffmpeg --strip-components=1 ffmpeg-master-latest-win64-gpl/bin/ffmpeg.exe - - - name: Verify ffmpeg.exe - if: matrix.os == 'windows-latest' - run: | - if [ -f "Desktop/build_output/Plugins/Plugins/ffmpeg/ffmpeg.exe" ]; then - echo "ffmpeg.exe downloaded and extracted successfully." - else - echo "Failed to download and extract ffmpeg.exe." - exit 1 - fi - name: Copy VLC (Windows) if: runner.os == 'Windows' @@ -527,17 +506,7 @@ jobs: mkdir Client/build_output/Plugins/Plugins/ffmpeg curl -L -o ffmpeg.zip https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip tar -xf ffmpeg.zip --directory Client/build_output/Plugins/Plugins/ffmpeg --strip-components=1 ffmpeg-master-latest-win64-gpl/bin/ffmpeg.exe - - - name: Verify ffmpeg.exe - if: matrix.os == 'windows-latest' - run: | - if [ -f "Client/build_output/Plugins/Plugins/ffmpeg/ffmpeg.exe" ]; then - echo "ffmpeg.exe downloaded and extracted successfully." - else - echo "Failed to download and extract ffmpeg.exe." - exit 1 - fi - + - name: Move all files to bin folder and create shortcut (Windows) if: runner.os == 'Windows' shell: pwsh