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

Update Upstream

This commit is contained in:
NONPLAY
2022-11-15 09:21:42 +03:00
committed by NONPLAYT
parent 7e9abd576e
commit 014be39947
78 changed files with 6479 additions and 12 deletions

View File

@@ -44,16 +44,6 @@ 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
@@ -63,4 +53,4 @@ jobs:
automatic_release_tag: latest-${{ env.version }}
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: build/libs/*.jar
prerelease: false
prerelease: false