more CI stuff
All checks were successful
🏗️ Build Plugin / build (push) Successful in 2m23s
🧪 Test Plugin / test (push) Successful in 1m8s

This commit is contained in:
Duncan Tourolle 2025-11-14 21:22:13 +01:00
parent ce6c435a92
commit fddad35cf4
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ jobs:
echo "Found artifact: ${ARTIFACT}"
- name: Upload build artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: jellyfin-srfplay-plugin
path: ${{ steps.jprm.outputs.artifact }}

View File

@ -37,7 +37,7 @@ jobs:
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: test-results
path: '**/test-results.trx'