mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Merge pull request #94 from YunoHost-Apps/master-promotion
Upgrade master from testing
This commit is contained in:
commit
bb06569df5
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
|
@ -23,7 +23,7 @@ arm64_sha_last=$(curl --silent "$arm64_url" | sha256sum)
|
||||||
echo "PROCEED=false" >> $GITHUB_ENV
|
echo "PROCEED=false" >> $GITHUB_ENV
|
||||||
|
|
||||||
# Proceed only if the retrieved version is greater than the current one
|
# Proceed only if the retrieved version is greater than the current one
|
||||||
if [ "$amd64_sha_current" == "$amd64_sha_last" ] && [ "$arm64_sha_current" == "$amd64_sha_last" ]
|
if [ "$amd64_sha_current" == "$amd64_sha_last" ] && [ "$arm64_sha_current" == "$arm64_sha_last" ]
|
||||||
then
|
then
|
||||||
echo "::warning ::No new version available"
|
echo "::warning ::No new version available"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue