Update artifact action parameters

This commit is contained in:
Bill Thornton
2026-03-18 17:49:16 -04:00
parent 8d89992db3
commit 35e8ec0210
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -47,7 +47,7 @@ jobs:
cf-pages:
name: CloudFlare Pages 📃
runs-on: ubuntu-latest
environment:
environment:
name: ${{ inputs.branch == 'jellyfin/jellyfin-web/master' && 'Production' || 'Preview' }}
url: ${{ steps.cf.outputs.deployment-url }}
outputs:
@@ -58,7 +58,6 @@ jobs:
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
name: ${{ inputs.artifact_name }}
path: dist
run-id: ${{ inputs.workflow_run_id }}
github-token: ${{ github.token }}
+1
View File
@@ -43,3 +43,4 @@ jobs:
with:
name: frontend
path: dist
if-no-files-found: error