diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index f6ab54d..e85a874 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -10,7 +10,7 @@ # automatic actions when a new upstream release is detected. # Remove this exit command when you are ready to run this Action -exit 1 +#exit 1 #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS @@ -66,13 +66,13 @@ echo "Handling asset at $asset_url" # Here we base the source file name upon a unique keyword in the assets url (admin vs. update) # Leave $src empty to ignore the asset case $asset_url in - *"/linux-amd64-filebrowser.tar.gz"*) + *"/linux-amd64-filebrowser.tar.gz") src="amd64" ;; - *"/linux-arm64-filebrowser.tar.gz"*) + *"/linux-arm64-filebrowser.tar.gz") src="arm64" ;; - *"/linux-armv7-filebrowser.tar.gz"*) + *"/linux-armv7-filebrowser.tar.gz") src="armhf" ;; esac diff --git a/README.md b/README.md index 6a06cd6..a00b2f3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. -**Shipped version:** 2.21.1~ynh2 +**Shipped version:** 2.21.1~ynh3 diff --git a/README_fr.md b/README_fr.md index edd8bb1..3481ecf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. -**Version incluse :** 2.21.1~ynh2 +**Version incluse :** 2.21.1~ynh3 diff --git a/manifest.json b/manifest.json index e8d3601..44290ff 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web File Browser", "fr": "Gestionnaire de fichiers" }, - "version": "2.21.1~ynh2", + "version": "2.21.1~ynh3", "url": "https://filebrowser.org", "upstream": { "license": "Apache-2.0",