Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jun 23, 2024
1 parent e6db854 commit 0bb320f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/DDTV_Dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,11 @@ jobs:
run: cp -r Static Server/build_output/Static


- name: Move ffmpeg (Windows)
if: runner.os == 'Windows'
shell: pwsh
- name: Copy ffmpeg.exe (Windows)
if: matrix.os == 'windows-latest'
run: |
mkdir Server\\build_output\\Plugins\\ffmpeg
$source = "Server/Plugins/*"
$destination = "Server/build_output/Plugins"
New-Item -ItemType Directory -Force -Path $destination
Move-Item -Path $source -Destination $destination
copy Server\\Plugins\\ffmpeg\\ffmpeg.exe Server\\build_output\\Plugins\\ffmpeg\\ffmpeg.exe
- name: Move all files to bin folder and create shortcut (Linux or macOS)
if: runner.os != 'Windows'
Expand Down

0 comments on commit 0bb320f

Please sign in to comment.