fix
All checks were successful
Build and Artifact / build (push) Successful in 5m42s

This commit is contained in:
2026-01-02 00:37:14 -06:00
parent 82c53216ef
commit 4dbe771330

View File

@@ -28,13 +28,13 @@ jobs:
run: ./gradlew clean build
- name: Upload Fabric JAR
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: more-spear-enchantments-fabric
path: fabric/build/libs/*.jar
- name: Upload NeoForge JAR
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: more-spear-enchantments-neoforge
path: neoforge/build/libs/*.jar