Use Gitea-compatible artifact upload
Some checks failed
Build / build (push) Failing after 11m50s

This commit is contained in:
Codex
2026-04-26 12:21:40 +02:00
parent ac281d6198
commit c937cbfb10

View File

@@ -28,7 +28,7 @@ jobs:
run: ./gradlew build --no-daemon run: ./gradlew build --no-daemon
- name: Upload mod jar - name: Upload mod jar
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: worldhandler-1.21.1 name: worldhandler-1.21.1
path: build/libs/*.jar path: build/libs/*.jar