mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Update artifact action parameters
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
@@ -43,3 +43,4 @@ jobs:
|
||||
with:
|
||||
name: frontend
|
||||
path: dist
|
||||
if-no-files-found: error
|
||||
|
||||
Reference in New Issue
Block a user