mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-19 15:09:25 +00:00
Update release action of workflow
This commit is contained in:
10
.github/workflows/build-1194.yml
vendored
10
.github/workflows/build-1194.yml
vendored
@@ -28,12 +28,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Leaf
|
name: Leaf
|
||||||
path: ./leaf-1.19.4.jar
|
path: ./leaf-1.19.4.jar
|
||||||
- name: Release Artifacts
|
- name: Release Leaf
|
||||||
if: github.ref_name == 'ver/1.19.4'
|
if: github.ref_name == 'ver/1.19.4'
|
||||||
uses: marvinpinto/action-automatic-releases@latest
|
uses: softprops/action-gh-release@master
|
||||||
with:
|
with:
|
||||||
title: "Leaf 1.19.4"
|
name: "Leaf 1.19.4"
|
||||||
automatic_release_tag: "ver-1.19.4"
|
tag_name: "ver-1.19.4"
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
files: "./leaf-1.19.4.jar"
|
files: "./leaf-1.19.4.jar"
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
|||||||
Reference in New Issue
Block a user