feat: implement Jellyfin plugin #47

Merged
devitq merged 6 commits from feat/implement-jellyfin-plugin-46 into develop 2026-05-22 17:44:23 +00:00
Showing only changes of commit a4b2da66bf - Show all commits
+3 -3
View File
@@ -30,13 +30,13 @@ jobs:
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v6
- name: Run CI quality gate
run: ./gradlew clean check bootJar --stacktrace --no-daemon
- name: Set artifact name
id: meta
run: echo "artifact-name=build-${{ github.run_id }}-${{ github.run_attempt }}" >> "$GITHUB_OUTPUT"
- name: Run CI quality gate
run: ./gradlew clean check bootJar --stacktrace --no-daemon
- name: Upload build artifacts
if: always()
uses: actions/upload-artifact@v7