Fix release binary package fetching (#10055)

This commit is contained in:
Slaviša Arežina
2025-12-17 16:35:32 +01:00
committed by GitHub
parent 25baf6c809
commit 6bdeddee37
2 changed files with 8 additions and 16 deletions

View File

@ -33,7 +33,7 @@ function update_script() {
systemctl stop semaphore
msg_ok "Stopped Service"
fetch_and_deploy_gh_release "semaphore" "semaphoreui/semaphore" "binary"
fetch_and_deploy_gh_release "semaphore" "semaphoreui/semaphore" "binary" "latest" "/opt/semaphore" "semaphore_*_linux_amd64.deb"
msg_info "Starting Service"
systemctl start semaphore