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