Skip to content

Commit

Permalink
Enable multiloader setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 1, 2024
1 parent 9bf9276 commit f0ecce5
Show file tree
Hide file tree
Showing 613 changed files with 4,532 additions and 462 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
path: build/libs/*
path: loader-*/build/libs/*
- name: 'Deploy to CurseForge'
if: startsWith(github.ref, 'refs/tags/')
env:
Expand All @@ -92,5 +92,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: build/docs/javadoc
folder: loader-neoforge/build/docs/javadoc
clean: true
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# We don't want compiled stuff in here!
/bin
doc/info.txt
/build
/run
/runs
build
run
runs

# Ignore project specific files
.classpath
.project
.settings
.pydevproject
eclipse/*
.gradle/*
.gradle
repo/*
*.iml
*.ipr
Expand Down
Loading

0 comments on commit f0ecce5

Please sign in to comment.