Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad9d15da9e |
@@ -17,7 +17,10 @@ jobs:
|
||||
java-version: 25
|
||||
- name: Build (MC 26.1.2)
|
||||
run: ./gradlew --no-daemon build
|
||||
- uses: actions/upload-artifact@v4
|
||||
# Gitea Actions runs on a GHES-compatible backend that does NOT support the
|
||||
# @actions/artifact v2 protocol (upload-artifact@v4 → GHESNotSupportedError).
|
||||
# v3 uses the v1 artifact API, which Gitea implements — so the run goes green.
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: video_player-mc26.1.2
|
||||
path: build/libs/*.jar
|
||||
|
||||
@@ -5,7 +5,7 @@ org.gradle.configuration-cache=false
|
||||
|
||||
# Mod
|
||||
mod_id=video_player
|
||||
mod_version=0.4.34
|
||||
mod_version=0.4.35
|
||||
maven_group=com.ejclaw.videoplayer
|
||||
archives_base_name=video_player
|
||||
|
||||
|
||||
Reference in New Issue
Block a user