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
7dd321e13e
commit
ea812cd91b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater_ffmpeg-static.sh
vendored
2
.github/workflows/updater_ffmpeg-static.sh
vendored
|
@ -28,7 +28,7 @@ echo "REPO=$repo" >> $GITHUB_ENV
|
|||
echo "PROCEED=false" >> $GITHUB_ENV
|
||||
|
||||
# Proceed only if the retrieved version is greater than the current one
|
||||
if [ "$amd64_sha_current" == "$amd64_sha_last" ] And [ "$arm64_sha_current" == "$amd64_sha_last" ]
|
||||
if [ "$amd64_sha_current" == "$amd64_sha_last" ] && [ "$arm64_sha_current" == "$amd64_sha_last" ]
|
||||
then
|
||||
echo "::warning ::No new version available"
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue