update CI

This commit is contained in:
Klop233
2024-04-06 17:26:39 +08:00
parent a0779956f1
commit 8a292a655a

View File

@@ -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 }}