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