diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-07-14 21:48:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-14 21:48:37 +0200 |
| commit | 21633658a6d6ea985faee148e860f10790b50de7 (patch) | |
| tree | b837f8d8344679e5ed9081c5a8fd317e3e1eba7c | |
| parent | e222ef31708a0bef2bfb645255cf41d462b3da11 (diff) | |
| download | notenoughupdates-21633658a6d6ea985faee148e860f10790b50de7.tar.gz notenoughupdates-21633658a6d6ea985faee148e860f10790b50de7.tar.bz2 notenoughupdates-21633658a6d6ea985faee148e860f10790b50de7.zip | |
meta: Add modrinth download link automatically (#1245)
| -rwxr-xr-x | .github/workflows/upload-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/upload-release.sh b/.github/workflows/upload-release.sh index 2cbca693..11266420 100755 --- a/.github/workflows/upload-release.sh +++ b/.github/workflows/upload-release.sh @@ -23,7 +23,7 @@ TARGET_NAME="build/libs/NotEnoughUpdates-$GITHUB_REF_NAME.jar" mv build/libs/*.jar "$TARGET_NAME" read -r -d '' extra_notes <<EOF -Modrinth download: TBD +Modrinth download: https://modrinth.com/mod/notenoughupdates/version/$GITHUB_REF_NAME Do **NOT** trust any mod just because they publish a checksum associated with it. These check sums are meant to verify only that two files are identical. They are not a certificate of origin, or a guarantee for the author of these files. |
