Update build.yml

This commit is contained in:
Sofiane H. Djerbi
2023-02-15 16:37:32 +01:00
committed by GitHub
parent 321169ff58
commit 335bab0db8

View File

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