diff --git a/.github/workflows/GetDownloadCount.yml b/.github/workflows/GetDownloadCount.yml index 84c649b..c5e5a03 100644 --- a/.github/workflows/GetDownloadCount.yml +++ b/.github/workflows/GetDownloadCount.yml @@ -44,6 +44,7 @@ jobs: # Check if this release has more downloads than the current max if [ "$download_count" -gt "$max_download_count" ]; then + echo "Release: $release_name, has the most downloads so far: $download_count" max_download_count=$download_count release_with_max_downloads=$release_name fi @@ -56,6 +57,7 @@ jobs: echo "download_count=$max_download_count" >> $GITHUB_OUTPUT echo "release_with_max_downloads=$release_with_max_downloads" >> $GITHUB_OUTPUT + - name: Update JSON File run: | echo '{