ci: fix error with ffmpeg filename

This commit is contained in:
itsmattkc 2022-08-25 16:51:41 -07:00
parent 652c112cca
commit 26cb29279c

View file

@ -31,7 +31,7 @@ jobs:
- name: Install FFmpeg
shell: bash
run: |
FILENAME="ffmpeg-n4.4-latest-win64-gpl-4.4.zip"
FILENAME="ffmpeg-n4.4-latest-win64-gpl-4.4"
curl -fLOSs https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/$FILENAME.zip
7z x $FILENAME.zip
echo "$FILENAME" >> $GITHUB_PATH