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 0387497 commit edb9496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/GetDownloadCount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
for release in $(echo "$releases" | jq -c '.[]'); do
echo "test2"
release_data=$(echo "$release" | jq '.')
echo "test2.5"
download_count=$(echo "$release_data" | jq '[.assets[].download_count // 0] | add')
echo "test3"
# Check if this release has more downloads than the current max
Expand Down

0 comments on commit edb9496

Please sign in to comment.