Skip to content

Commit

Permalink
Update GetDownloadCount.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shupershuff authored Sep 12, 2024
1 parent a380ef6 commit 4e87f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/GetDownloadCount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 '{
Expand Down

0 comments on commit 4e87f02

Please sign in to comment.