diff --git a/.github/workflows/updates/Clam Antivirus.sh b/.github/workflows/updates/Clam Antivirus.sh index 0d83363c39..02de1f0918 100755 --- a/.github/workflows/updates/Clam Antivirus.sh +++ b/.github/workflows/updates/Clam Antivirus.sh @@ -3,6 +3,6 @@ webVer[0]=$(get_release dave-theunsub/clamtk) webVer[1]=$(get_release dave-theunsub/thunar-sendto-clamtk) all_url[0]="https://github.com/dave-theunsub/clamtk/releases/download/v${webVer[0]}/clamtk_${webVer[0]}-1_all.deb" -all_url[1]="https://github.com/dave-theunsub/thunar-sendto-clamtk/releases/download/v${webVer[1]}/thunar-sendto-clamtk_${webVer[1]}-1_all.deb" +all_url[1]="https://github.com/dave-theunsub/thunar-sendto-clamtk/releases/download/v${webVer[1]}/thunar-sendto-clamtk_${webVer[1]}_all.deb" source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh \ No newline at end of file