Skip to content

Commit 48f574c

Browse files
committed
Update workflow
1 parent 8618f14 commit 48f574c

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.github/workflows/dev-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
git config --global user.email "no-reply@github.com"
2929
git config --global user.name "Github Actions"
3030
31-
- name: Patch Reaper
31+
- name: Patch Beast
3232
run: |
3333
git submodule update --init --recursive
34+
chmod +x ./beast
3435
./beast jar
3536
3637
- uses: actions/upload-artifact@v2

.github/workflows/pr-build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
git config --global user.email "no-reply@github.com"
2626
git config --global user.name "Github Actions"
2727
28-
- name: Patch Reaper
28+
- name: Patch Beast
2929
run: |
3030
git submodule update --init --recursive
31+
chmod +x ./beast
3132
./beast jar
3233
3334
- uses: actions/upload-artifact@v2

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
git config --global user.email "no-reply@github.com"
2323
git config --global user.name "Github Actions"
2424
25-
- name: Patch Reaper
25+
- name: Patch Beast
2626
run: |
2727
git submodule update --init --recursive
28+
chmod +x ./beast
2829
./reaper jar
2930
3031
- name: Extract release notes

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img src="logo.jpg" height="240" alt="Beast Face" align="right">
2+
13
# Beast [![Dev Build](https://github.com/HomoMC/Beast/actions/workflows/dev-build.yml/badge.svg)](https://github.com/HomoMC/Beast/actions/workflows/dev-build.yml)
24

35
A Paper 1.12.2 fork aims to provide extreme performance, bug fixes, and improvements.

logo.jpg

4.23 KB
Loading

0 commit comments

Comments
 (0)