Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jan 8, 2024
1 parent b109556 commit fd0a9dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/DDTV_Dev_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Copy ffmpeg.exe (Windows)
if: matrix.os == 'windows-latest'
run: |
mkdir CLI/build_output/${{ matrix.runtime }}/plugins
mkdir CLI/build_output/${{ matrix.runtime }}/plugins/ffmpeg
cp CLI/plugins/ffmpeg/ffmpeg.exe CLI/build_output/${{ matrix.runtime }}/plugins/ffmpeg/ffmpeg.exe
mkdir CLI\build_output\${{ matrix.runtime }}\plugins
mkdir CLI\build_output\${{ matrix.runtime }}\plugins/ffmpeg
copy CLI\plugins\ffmpeg\ffmpeg.exe CLI/build_output\${{ matrix.runtime }}\plugins\ffmpeg\ffmpeg.exe
- name: Archive production artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fd0a9dc

Please sign in to comment.