Update ffmpeg.yml
This commit is contained in:
parent
4adf604017
commit
181af0c684
30
.github/workflows/ffmpeg.yml
vendored
30
.github/workflows/ffmpeg.yml
vendored
@ -150,7 +150,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libvpl
|
name: libvpl-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libvpl.tgz
|
path: dist/libvpl.tgz
|
||||||
|
|
||||||
liboggvorbis:
|
liboggvorbis:
|
||||||
@ -201,7 +201,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: liboggvorbis
|
name: liboggvorbis-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/liboggvorbis.tgz
|
path: dist/liboggvorbis.tgz
|
||||||
|
|
||||||
libsvtav1:
|
libsvtav1:
|
||||||
@ -239,7 +239,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libsvtav1
|
name: libsvtav1-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libsvtav1.tgz
|
path: dist/libsvtav1.tgz
|
||||||
|
|
||||||
libsnappy:
|
libsnappy:
|
||||||
@ -281,7 +281,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libsnappy
|
name: libsnappy-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libsnappy.tgz
|
path: dist/libsnappy.tgz
|
||||||
|
|
||||||
libvpx:
|
libvpx:
|
||||||
@ -314,7 +314,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libvpx
|
name: libvpx-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libvpx.tgz
|
path: dist/libvpx.tgz
|
||||||
|
|
||||||
libmp3lame:
|
libmp3lame:
|
||||||
@ -334,7 +334,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libmp3lame
|
name: libmp3lame-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libmp3lame.tgz
|
path: dist/libmp3lame.tgz
|
||||||
|
|
||||||
libzimg:
|
libzimg:
|
||||||
@ -372,7 +372,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libzimg
|
name: libzimg-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libzimg.tgz
|
path: dist/libzimg.tgz
|
||||||
|
|
||||||
libopus:
|
libopus:
|
||||||
@ -412,7 +412,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libopus
|
name: libopus-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libopus.tgz
|
path: dist/libopus.tgz
|
||||||
|
|
||||||
libx264:
|
libx264:
|
||||||
@ -450,7 +450,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libx264
|
name: libx264-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libx264.tgz
|
path: dist/libx264.tgz
|
||||||
|
|
||||||
libfdkaac:
|
libfdkaac:
|
||||||
@ -488,7 +488,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libfdkaac
|
name: libfdkaac-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libfdkaac.tgz
|
path: dist/libfdkaac.tgz
|
||||||
|
|
||||||
libx265-12:
|
libx265-12:
|
||||||
@ -527,7 +527,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: x265_12bit
|
name: x265_12bit-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/x265_12bit.lib
|
path: dist/x265_12bit.lib
|
||||||
|
|
||||||
libx265-10:
|
libx265-10:
|
||||||
@ -566,7 +566,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: x265_10bit
|
name: x265_10bit-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/x265_10bit.lib
|
path: dist/x265_10bit.lib
|
||||||
|
|
||||||
libx265:
|
libx265:
|
||||||
@ -623,7 +623,7 @@ jobs:
|
|||||||
- name: Publish artifact
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libx265
|
name: libx265-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: di/libx265.tgz
|
path: di/libx265.tgz
|
||||||
|
|
||||||
cartwheel:
|
cartwheel:
|
||||||
@ -671,7 +671,7 @@ jobs:
|
|||||||
- name: Publish artifacts
|
- name: Publish artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.config }} package build
|
name: FFmpeg (Cartwheel) ${{ inputs.env }} ${{ inputs.config }} package build
|
||||||
path: dist/ffmpeg-win64-${{ inputs.type }}-${{ inputs.config }}.tar.gz
|
path: dist/ffmpeg-win64-${{ inputs.type }}-${{ inputs.config }}.tar.gz
|
||||||
|
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
@ -724,5 +724,5 @@ jobs:
|
|||||||
- name: Publish FFmpeg artifacts
|
- name: Publish FFmpeg artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.config }} package build
|
name: FFmpeg ${{ inputs.env }} ${{ inputs.config }}${{ inputs.config }} package build
|
||||||
path: dist/ffmpeg-win64-${{ inputs.type }}-${{ inputs.config }}.tar.gz
|
path: dist/ffmpeg-win64-${{ inputs.type }}-${{ inputs.config }}.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user