mirror of
https://github.com/isledecomp/SIEdit.git
synced 2024-11-30 10:56:51 -05:00
ci: fix error with ffmpeg filename
This commit is contained in:
parent
652c112cca
commit
26cb29279c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Install FFmpeg
|
- name: Install FFmpeg
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
curl -fLOSs https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/$FILENAME.zip
|
||||||
7z x $FILENAME.zip
|
7z x $FILENAME.zip
|
||||||
echo "$FILENAME" >> $GITHUB_PATH
|
echo "$FILENAME" >> $GITHUB_PATH
|
||||||
|
|
Loading…
Reference in a new issue