Skip to content

Commit

Permalink
Add NeoForge to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Feb 23, 2024
1 parent 1ab1fb9 commit 23e2cfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ jobs:
with:
name: Forge
path: "forge/build/libs/ChunkyBorder-*.jar"
- name: Upload NeoForge
uses: actions/upload-artifact@v4
with:
name: NeoForge
path: "neoforge/build/libs/ChunkyBorder-*.jar"

0 comments on commit 23e2cfe

Please sign in to comment.