Skip to content

Commit

Permalink
Update GetDownloadCount.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shupershuff authored Jun 18, 2024
1 parent d53f50f commit b64d3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GetDownloadCount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
release_data=$(curl -s https://api.github.com/repos/shupershuff/diablo2rloader/releases/latest)
echo "Fetched release data: $release_data"
echo "release_data=${release_data}" >> $GITHUB_OUTPUT
#echo "release_data=${release_data}" >> $GITHUB_OUTPUT
- name: Calculate Download Count
id: calculate_downloads
Expand Down

0 comments on commit b64d3c5

Please sign in to comment.