diff --git a/.github/workflows/ffmpeg.yml b/.github/workflows/ffmpeg.yml index 61609ec..ae93c25 100644 --- a/.github/workflows/ffmpeg.yml +++ b/.github/workflows/ffmpeg.yml @@ -101,12 +101,12 @@ jobs: cd temp cmake.exe -G "Visual Studio 16 2019" ..\onevpl -T host=x64 -A x64 -DBUILD_TOOLS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=..\build -DCMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD=ON MSBuild.exe -t:VPL,INSTALL -p:Configuration=${{ env.winConfig }} -m oneVPL.sln - D:\a\_temp\setup-msys2\msys2.cmd -c 'cd ../build ; tar czf ../dist/onevpl.tgz *' + D:\a\_temp\setup-msys2\msys2.cmd -c 'cd ../build ; tar czf ../dist/libvpl.tgz *' - name: Publish artifact uses: actions/upload-artifact@v2 with: - name: onevpl - path: dist/onevpl.tgz + name: libvpl + path: dist/libvpl.tgz libsvtav1: runs-on: windows-2019 @@ -114,7 +114,7 @@ jobs: - name: Set up MSYS2 uses: msys2/setup-msys2@v2 with: - install: base-devel binutils autotools automake mingw-w64-x86_64-cmake + install: base-devel binutils autotools automake mingw-w64-x86_64-cmake nasm path-type: inherit - name: Set up cache uses: actions/cache@v2 @@ -137,6 +137,7 @@ jobs: shell: cmd run: | call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat" + md build dist D:\a\_temp\setup-msys2\msys2.cmd -c 'cd svtav1/Build/windows ; ./build.bat 2019 ${{ env.winConfig }} static ; cp -r ../../Source/API ../../../build/include/svt-av1 ; cp ../../Bin/${{ env.msysConfig }}/SvtAv1Enc.lib ../../../build/lib/ ; cp SvtAv1Enc.pc ../../../build/lib/pkgconfig/ ; cd ../../../build ; tar czf ../dist/libsvtav1.tgz *' - name: Publish artifact uses: actions/upload-artifact@v2