Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ver/1.20.1' into ver/1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 committed Oct 1, 2023
2 parents 2355ceb + bd7c1be commit 5a00f9c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: CI - Ver/1.20.1
name: MoliaCI - Ver/1.20.1

on:
push:
branches: [ "ver/1.20.1" ]
pull_request:
branches: [ "ver/1.20.1" ]

permissions:
contents: read

jobs:
build:

Expand Down Expand Up @@ -43,3 +40,14 @@ jobs:
with:
name: Artifacts
path: build/libs/
- name: Rename jar file
run: mv build/libs/Molia-paperclip-1.20.1-R0.1-SNAPSHOT-reobf.jar build/libs/molia-1.20.1-paperclip.jar
- name: Release Artifacts
uses: svenstaro/upload-release-action@v2
with:
release_name: "Molia MC1.20.1 - ${{ github.event.repository.updated_at}}"
tag: "1.20.1-${{ github.run_id }}"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
file: "build/libs/molia-1.20.1-paperclip.jar"
file_glob: true
prerelease: false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Molia
[![MIT License](https://img.shields.io/github/license/Era4FunMC/Molia?style=for-the-badge)](LICENSE)
[![Issues](https://img.shields.io/github/issues/Era4FunMC/Molia?style=for-the-badge)](https://github.com/MikuMC/MikuServer/issues)

<h5>Molia is a drop-in replacement for <a href="https://github.com/PaperMC/Folia">Folia</a> servers designed for customize, and performance built on top of <a href="https://github.com/PaperMC/Paper">Folia</a>.</h5>
</div>
Expand Down

0 comments on commit 5a00f9c

Please sign in to comment.