Merge pull request #1637 from jellyfin/renovate/actions-upload-artifact-digest
This commit is contained in:
commit
2e607465a9
2
.github/workflows/build-dev.yml
vendored
2
.github/workflows/build-dev.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: npm run ropm
|
run: npm run ropm
|
||||||
- name: Build app
|
- name: Build app
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
|
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
|
||||||
with:
|
with:
|
||||||
name: Jellyfin-Roku-dev-${{ github.sha }}
|
name: Jellyfin-Roku-dev-${{ github.sha }}
|
||||||
path: ${{ github.workspace }}/build/staging
|
path: ${{ github.workspace }}/build/staging
|
||||||
|
|
2
.github/workflows/build-prod.yml
vendored
2
.github/workflows/build-prod.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
run: npm run ropm
|
run: npm run ropm
|
||||||
- name: Build app for production
|
- name: Build app for production
|
||||||
run: npm run build-prod
|
run: npm run build-prod
|
||||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
|
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
|
||||||
with:
|
with:
|
||||||
name: Jellyfin-Roku-v${{ env.newManVersion }}-${{ github.sha }}
|
name: Jellyfin-Roku-v${{ env.newManVersion }}-${{ github.sha }}
|
||||||
path: ${{ github.workspace }}/build/staging
|
path: ${{ github.workspace }}/build/staging
|
||||||
|
|
2
.github/workflows/release-prep.yml
vendored
2
.github/workflows/release-prep.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
||||||
run: npm run ropm
|
run: npm run ropm
|
||||||
- name: Build app for production
|
- name: Build app for production
|
||||||
run: npm run build-prod
|
run: npm run build-prod
|
||||||
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
|
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4
|
||||||
with:
|
with:
|
||||||
name: Jellyfin-Roku-v${{ env.newManVersion }}-${{ github.sha }}
|
name: Jellyfin-Roku-v${{ env.newManVersion }}-${{ github.sha }}
|
||||||
path: ${{ github.workspace }}/build/staging
|
path: ${{ github.workspace }}/build/staging
|
||||||
|
|
Loading…
Reference in New Issue
Block a user