9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-29 19:59:18 +00:00

[ci-skip] update upstream (bugs)

This commit is contained in:
NONPLAYT
2022-11-20 16:18:21 +03:00
parent 2982b79fd4
commit dac5128c51
6 changed files with 210 additions and 140 deletions

View File

@@ -44,7 +44,17 @@ jobs:
with:
name: Artifacts
path: build/libs
- name: Release Artifacts
if: github.ref_name == env.branch
uses: marvinpinto/action-automatic-releases@latest
with:
title: "Release #${{ env.workflow }}"
automatic_release_tag: release-${{ env.workflow }}
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: build/libs/*.jar
prerelease: false
- name: Release Artifacts (Latest)
if: github.ref_name == env.branch
uses: marvinpinto/action-automatic-releases@latest