Skip to content

Commit

Permalink
better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7d8 committed Apr 23, 2024
1 parent 054d039 commit 796277c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout repository
Expand Down Expand Up @@ -37,8 +39,7 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v2
with:
files: |
target/NeoForgeServerJAR.jar
files: target/NeoForgeServerJAR.jar
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.get-version-id.outputs.id }}
draft: false
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# NeoForge Server JAR

based on [sparkedhost/forge-server-jar](https://github.com/sparkedhost/forge-server-jar)
## based on [sparkedhost/forge-server-jar](https://github.com/sparkedhost/forge-server-jar)

this jar simply runs the unix or win args txt file, essentially the same as the included run scripts.

0 comments on commit 796277c

Please sign in to comment.