From 1071894b0eeb80e70d104d6307e7ca3277108788 Mon Sep 17 00:00:00 2001 From: Federico Carboni <48333714+FedericoCarboni@users.noreply.github.com> Date: Sat, 23 Dec 2023 18:54:57 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17b047d..81eb98c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Builds are provided by the following sources: - Windows builds - MacOS builds -## v3 vs v1 +## v3 vs v2 Version 3 of this action downloads binaries directly from the sources listed above instead of periodically updating GitHub releases. In turn this means it receives @@ -47,5 +47,5 @@ steps: - `ffmpeg-version`: Installed version of FFmpeg. - `ffmpeg-path`: Path to the install directory containing `ffmpeg` and `ffprobe` -commands. +binaries. - `cache-hit`: A boolean value indicating whether the tool cache was hit.