Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
#	src/main/java/dev/rdh/createunlimited/asm/mixin/glue/SuperGlueSelectionHelperMixin.java
  • Loading branch information
rhysdh540 committed Jul 18, 2024
2 parents a76a28e + 5a6e98f commit e7476cb
Show file tree
Hide file tree
Showing 57 changed files with 929 additions and 663 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ jobs:
cache-read-only: false

- name: do the build
run: ./gradlew assemble squishJar
run: ./gradlew assemble
continue-on-error: true

- name: upload artifacts
uses: actions/upload-artifact@v4
with:
name: unlimited-artifacts-v${{ github.run_number }}
path: |
build/libs/merged/*.jar
*/build/libs/*.jar
Loading

0 comments on commit e7476cb

Please sign in to comment.