:: commit c4fd0870ff87aad987a0dc7106d4605cc1970c7c

Mintsuki <mintsuki@protonmail.com> — 2025-03-16 16:19

parents: f362e6bb5a

gha: Do not redundantly upload ChangeLog as release artifact

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 01325a99..80324d9e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -106,7 +106,7 @@ jobs:
       - name: Create release notes
         run: |
           cat <<'EOF' >rel_notes.txt
-          Changelog can be found [here](https://github.com/limine-bootloader/limine/releases/download/$TAG_NAME/ChangeLog).
+          Changelog can be found [here](https://github.com/limine-bootloader/limine/blob/$TAG_NAME/ChangeLog).
 
           Binary release can be found [here](https://github.com/limine-bootloader/limine/tree/$TAG_NAME-binary).
 
@@ -129,6 +129,5 @@ jobs:
           body_path: rel_notes.txt
           files: |
             limine-*.tar.*
-            ChangeLog
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tab: 248 wrap: offon