mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
Merge pull request #23 from YunoHost-Apps/testing
Fix updater.sh: add ignore case
This commit is contained in:
commit
9c031fb6ae
1 changed files with 3 additions and 0 deletions
3
.github/workflows/updater.sh
vendored
3
.github/workflows/updater.sh
vendored
|
@ -66,6 +66,9 @@ case $asset_url in
|
|||
*"focalboard-server-linux-amd64.tar.gz")
|
||||
src="app"
|
||||
;;
|
||||
*)
|
||||
src=""
|
||||
;;
|
||||
esac
|
||||
|
||||
# If $src is not empty, let's process the asset
|
||||
|
|
Loading…
Add table
Reference in a new issue