Update build.yml
This commit is contained in:
committed by
GitHub
parent
321169ff58
commit
335bab0db8
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -28,21 +28,3 @@ jobs:
|
||||
with:
|
||||
name: kaiiju.jar
|
||||
path: build/libs/kaiiju-paperclip-*-reobf.jar
|
||||
- name: Release Paperclip (latest)
|
||||
if: github.ref_name == env.branch
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
title: "Build #${{ env.workflow }}"
|
||||
automatic_release_tag: latest-${{ env.version }}
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
files: build/libs/kaiiju-paperclip-*-reobf.jar
|
||||
prerelease: false
|
||||
- name: Release Paperclip (History)
|
||||
if: github.ref_name == env.branch
|
||||
uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
title: "Build #${{ env.workflow }}"
|
||||
automatic_release_tag: build-${{ env.workflow }}
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
files: build/libs/kaiiju-paperclip-*-reobf.jar
|
||||
prerelease: false
|
||||
|
||||
Reference in New Issue
Block a user