Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
add downloads counts badgen
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongfly authored May 16, 2022
1 parent 1782450 commit 8504e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Backup_Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
artifacts: "clash*"
commit: version
name: "${{ env.tag_name }}"
body: ""
body: "**Downloads**: ![downloads](https://badgen.net/github/assets-dl/${{github.repository}}/${{ env.short_time }}?cache=300)"
tag: "${{ env.tag_name }}"
allowUpdates: true
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Backup_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
artifacts: "release/*"
commit: version
name: "${{ steps.get_name.outputs.name }}"
body: ""
body: "**Downloads**: ![downloads](https://badgen.net/github/assets-dl/${{github.repository}}/${{ env.short_time }}?cache=300)"
tag: "${{ steps.get_name.outputs.tag_name }}"
allowUpdates: true
removeArtifacts: true
Expand Down

0 comments on commit 8504e11

Please # to comment.