From 981ce9567e8c3bdaf6ca89e415ae20f9e78251cd Mon Sep 17 00:00:00 2001 From: rigaya Date: Sun, 3 Mar 2024 14:56:03 +0900 Subject: [PATCH] =?UTF-8?q?NVEncNVOFFRUC=E3=81=AE=E3=83=80=E3=82=A6?= =?UTF-8?q?=E3=83=B3=E3=83=AD=E3=83=BC=E3=83=89=E3=81=A8=E5=90=8C=E6=A2=B1?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_releases.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml index 1b137d6f..1dac457c 100644 --- a/.github/workflows/build_releases.yml +++ b/.github/workflows/build_releases.yml @@ -70,6 +70,8 @@ jobs: 7z x -ohdr10plus_gen\ hdr10plus_gen_0.00_${{ matrix.platform }}.7z curl -s -o ffmpeg_lgpl.7z -L https://github.com/rigaya/ffmpeg_dlls_for_hwenc/releases/download/20231123/ffmpeg_dlls_for_hwenc_20231123.7z 7z x -offmpeg_lgpl -y ffmpeg_lgpl.7z + if ("${{ matrix.platform }}" == "x64") curl -s -o NVEncNVOFFRUC_x64.7z -L https://github.com/rigaya/NVEnc/releases/download/7.42/NVEncNVOFFRUC_20240303_x64.7z + if ("${{ matrix.platform }}" == "x64") 7z x -oNVEncNVOFFRUCBin -y NVEncNVOFFRUC_x64.7z git clone https://github.com/AviSynth/AviSynthPlus.git ..\AviSynthPlus git clone https://github.com/vapoursynth/vapoursynth.git ..\vapoursynth git clone https://github.com/KhronosGroup/OpenCL-Headers.git ..\openclheaders @@ -104,6 +106,7 @@ jobs: copy hdr10plus_gen\hdr10plus_gen.exe NVEncC_Release if "${{ matrix.arch }}" == "x64" copy "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${{ matrix.cuda_ver_major }}.${{ matrix.cuda_ver_minor }}\bin\nvrtc64_*_0.dll" NVEncC_Release if "${{ matrix.arch }}" == "x64" copy "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${{ matrix.cuda_ver_major }}.${{ matrix.cuda_ver_minor }}\bin\nvrtc-builtins64_*.dll" NVEncC_Release + if "${{ matrix.arch }}" == "x64" copy NVEncNVOFFRUCBin\*.dll NVEncC_Release 7z a -mx9 NVEncC_${{ needs.get_version_name.outputs.version_name }}_${{ matrix.platform }}.7z .\NVEncC_Release\* - name: Check dll