Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Dec 14, 2024
1 parent aab74f8 commit 3732e89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/DDTV_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,12 +365,12 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
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
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 "Server/build_output/Plugins/Plugins/ffmpeg/ffmpeg.exe" ]; then
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."
Expand Down Expand Up @@ -523,12 +523,12 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
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
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 "Server/build_output/Plugins/Plugins/ffmpeg/ffmpeg.exe" ]; then
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."
Expand Down

0 comments on commit 3732e89

Please sign in to comment.