Fix tools
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Martyn 2020-09-20 14:00:02 +02:00
parent 3c7d83b5ef
commit 0480929993
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ steps:
- name: get_win_ffmpeg
image: busybox
commands:
- mkdir tmp
- mkdir -p tmp
- cd tmp
- wget http://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-4.3.1-essentials_build.zip
- unzip ffmpeg-4.3.1-essentials_build.zip
@ -26,7 +26,7 @@ steps:
- name: get_win_ytdl
image: busybox
commands:
- mkdir tmp
- mkdir -p tmp
- cd tmp
- wget https://github.com/ytdl-org/youtube-dl/releases/download/2020.09.14/youtube-dl.exe
@ -34,7 +34,7 @@ steps:
image: barichello/godot-ci:3.2.3
commands:
- cp dlserver/dlserver.exe godot/
- cp tmp/ffmpeg.exe godot/
- cp tmp/ffmpeg-4.3.1-essentials_build/bin/ffmpeg.exe godot/
- cp tmp/youtube-dl.exe godot/
- cd godot/
- mkdir -v -p build/windows