Skip to content

Commit fe94bc2

Browse files
Correct download badge URL in nightly release workflow
The download count badge in the `nightly-release.yml` workflow was pointing to a generic `/nightly/total` URL. This has been corrected to use a version-specific URL, `nightly-${{ env.version }}/total`, ensuring the badge accurately reflects downloads for each individual nightly release.
1 parent 403ba99 commit fe94bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
tag_name: nightly-${{ env.version }}
9292
name: Nightly Release ${{ env.version }}
93-
body: "![GitHub Downloads (total, specific tag)](https://img.shields.io/github/downloads/CodeWorksCreativeHub/mLauncher/nightly/total)"
93+
body: "![GitHub Downloads (total, specific tag)](https://img.shields.io/github/downloads/CodeWorksCreativeHub/mLauncher/nightly-${{ env.version }}/total)"
9494
append_body: false
9595
files: ./build/release/mLauncher-Nightly-Signed.apk
9696
prerelease: true

0 commit comments

Comments
 (0)