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

Commit

Permalink
fix badge
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongfly authored Nov 25, 2022
1 parent ae73994 commit b3ed040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Backup_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
artifacts: "release/*"
commit: version
name: "${{ steps.get_name.outputs.name }}"
body: "**Downloads**: ![downloads](https://badgen.net/github/assets-dl/${{github.repository}}/${{ steps.get_name.outputs.name }}?cache=300)"
body: "**Downloads**: ![downloads](https://badgen.net/github/assets-dl/${{github.repository}}/${{ steps.get_name.outputs.tag_name }}?cache=300)"
tag: "${{ steps.get_name.outputs.tag_name }}"
allowUpdates: true
removeArtifacts: true
Expand Down

0 comments on commit b3ed040

Please # to comment.