From b2decc72323670ba0df8a90c45e96ef7d4533ca0 Mon Sep 17 00:00:00 2001 From: shimat Date: Thu, 7 Nov 2024 23:55:44 +0900 Subject: [PATCH] re-change --- .github/workflows/ubuntu22.yml | 6 +++--- ...sproj => OpenCvSharp4.official.runtime.linux-x64.csproj} | 2 +- ...uspec => OpenCvSharp4.official.runtime.linux-x64.nuspec} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename nuget/{OpenCvSharp4_.runtime.linux-x64.csproj => OpenCvSharp4.official.runtime.linux-x64.csproj} (84%) rename nuget/{OpenCvSharp4_.runtime.linux-x64.nuspec => OpenCvSharp4.official.runtime.linux-x64.nuspec} (96%) diff --git a/.github/workflows/ubuntu22.yml b/.github/workflows/ubuntu22.yml index 2b4e1c8f2..36a066d90 100644 --- a/.github/workflows/ubuntu22.yml +++ b/.github/workflows/ubuntu22.yml @@ -151,9 +151,9 @@ jobs: cd ${GITHUB_WORKSPACE}/opencvsharp sed -E --in-place=.bak \ "s/[0-9]\.[0-9]{1,2}\.[0-9]{1,2}.[0-9]{8}(-beta[0-9]*)?<\/version>/${OPENCV_VERSION}.${yyyymmdd}${BETA}<\/version>/" \ - nuget/OpenCvSharp4_.runtime.linux-x64.nuspec - cat nuget/OpenCvSharp4_.runtime.linux-x64.nuspec - dotnet pack nuget/OpenCvSharp4_.runtime.linux-x64.csproj -o ${GITHUB_WORKSPACE}/artifacts_ubuntu + nuget/OpenCvSharp4.official.runtime.linux-x64.nuspec + cat nuget/OpenCvSharp4.official.runtime.linux-x64.nuspec + dotnet pack nuget/OpenCvSharp4.official.runtime.linux-x64.csproj -o ${GITHUB_WORKSPACE}/artifacts_ubuntu ls ${GITHUB_WORKSPACE}/artifacts_ubuntu - uses: actions/upload-artifact@v4 diff --git a/nuget/OpenCvSharp4_.runtime.linux-x64.csproj b/nuget/OpenCvSharp4.official.runtime.linux-x64.csproj similarity index 84% rename from nuget/OpenCvSharp4_.runtime.linux-x64.csproj rename to nuget/OpenCvSharp4.official.runtime.linux-x64.csproj index 4d6bec808..a3a5cda26 100644 --- a/nuget/OpenCvSharp4_.runtime.linux-x64.csproj +++ b/nuget/OpenCvSharp4.official.runtime.linux-x64.csproj @@ -3,7 +3,7 @@ netstandard2.0;netstandard2.1;net6.0; true false - OpenCvSharp4_.runtime.linux-x64.nuspec + OpenCvSharp4.official.runtime.linux-x64.nuspec