diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 4b9125a..1588d37 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -56,6 +56,6 @@ jobs: with: name: "Release of ${{ github.ref_name }} for TI" makeLatest: true - body: "[đź“‹Please click here for a detailed changelog](https://github.com/IHE/DEV.SDPi/blob/release-${{ github.ref_name }}/CHANGELOG.md)" -# artifacts: "sdpi-supplement.zip" + body: "[đź“‹Please click here for a detailed changelog](https://github.com/IHE/DEV.SDPi/blob/${{ github.ref_name }}/CHANGELOG.md)" + artifacts: "sdpi-supplement.zip"