Skip to content

Commit

Permalink
added mor placeholder untitled
Browse files Browse the repository at this point in the history
  • Loading branch information
Shweit committed Sep 14, 2024
1 parent 747ac1a commit 8d701c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,20 @@ jobs:
- name: Upload to release
uses: softprops/action-gh-release@v1
with:
files: build/libs/ChestSorter*.jar
files: build/libs/untitled*.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Modrinth Publish
uses: Kir-Antipov/[email protected]
with:
modrinth-id: 'EIZluDTM'
modrinth-id: 'untitled'
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: true
curseforge-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-id: 'untitled'
files: |
build/libs/ChestSorter-${{ github.event.release.tag_name }}.jar
build/libs/untitled-${{ github.event.release.tag_name }}.jar
loaders: |
spigot
paper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: artifact-${{ github.event.number }}
path: 'build/libs/ChestSorter*.jar'
path: 'build/libs/untitled*.jar'

runtime-test:
name: Plugin Runtime Test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Description
1. Clone the repository to your local machine.
```shell
git clone [email protected]:Shweit/REPO.git
cd ChestSorter
cd REPO
```
### Building the Project
2. Build the project using Gradle.
Expand Down

0 comments on commit 8d701c4

Please sign in to comment.