mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Update updater_ffmpeg-static.sh
This commit is contained in:
parent
98e722370e
commit
8f6396cf13
1 changed files with 7 additions and 1 deletions
8
.github/workflows/updater_ffmpeg-static.sh
vendored
8
.github/workflows/updater_ffmpeg-static.sh
vendored
|
@ -35,9 +35,15 @@ then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
# Setting up the environment variables
|
||||
# Print some infos
|
||||
echo "Current version: $version_current"
|
||||
echo "Current ffmpeg-static amd64 sha : $amd64_sha_current"
|
||||
echo "LAst ffmpeg-static amd64 sha : $amd64_sha_last"
|
||||
echo "Current ffmpeg-static arm64 sha : $arm64_sha_current"
|
||||
echo "LAst ffmpeg-static arm64 sha : $arm64_sha_last"
|
||||
# echo "Latest version: $version_next"
|
||||
|
||||
# Setting up the environment variables
|
||||
echo "VERSION=$version" >> $GITHUB_ENV
|
||||
echo "REPO=$repo" >> $GITHUB_ENV
|
||||
|
||||
|
|
Loading…
Reference in a new issue