Skip to content

Commit

Permalink
WIP NeoForge port
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlikePaladin committed Jan 2, 2024
1 parent c79a030 commit ed22a2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,15 @@ jobs:
with:
name: Fabric-Artifacts
path: fabric/build/libs/
- name: capture forge build artifacts
- name: capture minecraftforge build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v2
with:
name: Forge-Artifacts
path: forge/build/libs/
- name: capture neoforge build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v2
with:
name: NeoForge-Artifacts
path: neoforge/build/libs/

0 comments on commit ed22a2f

Please sign in to comment.