mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
Merge pull request #687 from jellyfin/renovate/ci-deps
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
||||
run: ./build ${{ matrix.release }} ${{ matrix.arch }} dist
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: ${{ inputs.distro }}-${{ matrix.release }}-${{ matrix.arch }}
|
||||
path: dist
|
||||
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
run: ./builder/buildmac.sh ${{ matrix.os.arch }}
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: mac-${{ matrix.os.arch }}-portable
|
||||
path: ./builder/artifacts
|
||||
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: ${{ inputs.os }}-${{ matrix.arch }}-portable
|
||||
path: dist
|
||||
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
run: ${{ matrix.os.build_script }}
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
|
||||
with:
|
||||
name: win-clang-${{ matrix.os.arch }}-portable
|
||||
path: ./msys2/artifacts
|
||||
|
||||
Reference in New Issue
Block a user