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
c64d068179
commit
2055aaffa3
1 changed files with 1 additions and 2 deletions
3
.github/workflows/updater_ffmpeg-static.sh
vendored
3
.github/workflows/updater_ffmpeg-static.sh
vendored
|
@ -23,8 +23,7 @@ arm64_sha_last=$(curl --silent "$arm64_url" | sha256sum)
|
|||
echo "PROCEED=false" >> $GITHUB_ENV
|
||||
|
||||
# Proceed only if the retrieved version is greater than the current one
|
||||
#if [ "$amd64_sha_current" == "$amd64_sha_last" ] && [ "$arm64_sha_current" == "$arm64_sha_last" ]
|
||||
if true
|
||||
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