diff --git a/.github/workflows/build_1_20_4_v2.yml b/.github/workflows/build_1_20_4_v2.yml index 1a7440a..78a6204 100644 --- a/.github/workflows/build_1_20_4_v2.yml +++ b/.github/workflows/build_1_20_4_v2.yml @@ -71,10 +71,10 @@ jobs: with: release_name: "Luminol MC1.20.4 - ${{ github.event.repository.updated_at}}" tag: ${{ env.tag }} - body: | - 📦Version: `${{ steps.get_version.outputs.version }}` | Commit ${{ steps.short_sha.outputs.sha_short }} [![download](https://img.shields.io/github/downloads/LuminolMC/Luminol/${{ env.tag }}/total?color=0&style=flat-square)](https://github.com/LeavesMC/LuminolMC/Luminol/download/${{ steps.get_version.outputs.version }}-${{ steps.short_sha.outputs.sha_short }}/luminol-1.20.4-paperclip.jar) - This release is automatically compiled by GitHub Actions - repo_token: "${{ secrets.GHP }}" +# body: | +# 📦Version: `${{ steps.get_version.outputs.version }}` | Commit ${{ steps.short_sha.outputs.sha_short }} [![download](https://img.shields.io/github/downloads/LuminolMC/Luminol/${{ env.tag }}/total?color=0&style=flat-square)](https://github.com/LeavesMC/LuminolMC/Luminol/download/${{ steps.get_version.outputs.version }}-${{ steps.short_sha.outputs.sha_short }}/luminol-1.20.4-paperclip.jar) +# This release is automatically compiled by GitHub Actions + repo_token: "${{ secrets.GITHUB_TOKEN }}" file: "build/libs/luminol-1.20.4-paperclip.jar" file_glob: true prerelease: ${{ env.pre }}