ci: fixed line that was missing an echo

This commit is contained in:
itsmattkc 2022-08-25 16:36:32 -07:00
parent da5b3692e9
commit aee799ed3c

View file

@ -36,7 +36,7 @@ jobs:
FILENAME="ffmpeg-n4.4-latest-win32-gpl-shared-4.4"
curl -fLOSs https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/$FILENAME.zip
7z x $FILENAME.zip
$FILENAME >> $GITHUB_PATH
echo "$FILENAME" >> $GITHUB_PATH
- name: Build
shell: bash