Merge pull request #1637 from jellyfin/renovate/actions-upload-artifact-digest

This commit is contained in:
Charles Ewert 2024-01-12 13:55:35 -05:00 committed by GitHub
commit 2e607465a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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