From 7e9d51903e1a2a9b2974472da9d71083ecbed260 Mon Sep 17 00:00:00 2001 From: shimat Date: Thu, 7 Nov 2024 14:08:12 +0900 Subject: [PATCH] changed nuget package name for linux --- .github/workflows/ubuntu22.yml | 6 +++--- ...ux-x64.csproj => OpenCvSharp4_.runtime.linux-x64.csproj} | 2 +- ...ux-x64.nuspec => OpenCvSharp4_.runtime.linux-x64.nuspec} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename nuget/{OpenCvSharp4.runtime.linux-x64.csproj => OpenCvSharp4_.runtime.linux-x64.csproj} (86%) rename nuget/{OpenCvSharp4.runtime.linux-x64.nuspec => OpenCvSharp4_.runtime.linux-x64.nuspec} (96%) diff --git a/.github/workflows/ubuntu22.yml b/.github/workflows/ubuntu22.yml index 277add0a0..2b4e1c8f2 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_.runtime.linux-x64.nuspec + cat nuget/OpenCvSharp4_.runtime.linux-x64.nuspec + dotnet pack nuget/OpenCvSharp4_.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_.runtime.linux-x64.csproj similarity index 86% rename from nuget/OpenCvSharp4.runtime.linux-x64.csproj rename to nuget/OpenCvSharp4_.runtime.linux-x64.csproj index 38e6d5290..4d6bec808 100644 --- a/nuget/OpenCvSharp4.runtime.linux-x64.csproj +++ b/nuget/OpenCvSharp4_.runtime.linux-x64.csproj @@ -3,7 +3,7 @@ netstandard2.0;netstandard2.1;net6.0; true false - OpenCvSharp4.runtime.linux-x64.nuspec + OpenCvSharp4_.runtime.linux-x64.nuspec