From d0ace6343b260f8030bb3baa22642ad0507d326a Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:38:30 -0500 Subject: [PATCH] update pigro auto updater --- .github/workflows/updates/PiGro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updates/PiGro.sh b/.github/workflows/updates/PiGro.sh index 72dfa8cbb3..46aa85a1c3 100755 --- a/.github/workflows/updates/PiGro.sh +++ b/.github/workflows/updates/PiGro.sh @@ -1,6 +1,6 @@ #!/bin/bash webVer=$(get_release_raw actionschnitzel/PiGro-Aid-) -all_url="https://github.com/actionschnitzel/PiGro-Aid-/tree/$webVer" +all_url="https://github.com/actionschnitzel/PiGro-Aid-/releases/download/${webVer}/pigro-jci-${webVer}.deb" source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh \ No newline at end of file