Skip to content

Commit

Permalink
Fix NuGet package name
Browse files Browse the repository at this point in the history
Removed an underscore from the package name of the Ubuntu 20.04 NuGet.
  • Loading branch information
cryocz committed Nov 14, 2023
1 parent dff6728 commit 938ae2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ubuntu20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ jobs:
cd ${GITHUB_WORKSPACE}/opencvsharp
sed -E --in-place=.bak \
"s/<version>[0-9]\.[0-9]{1,2}\.[0-9]{1,2}.[0-9]{8}(-beta[0-9]*)?<\/version>/<version>${OPENCV_VERSION}.${yyyymmdd}${BETA}<\/version>/" \
nuget/OpenCvSharp4_.runtime.ubuntu.20.04-x64.nuspec
cat nuget/OpenCvSharp4_.runtime.ubuntu.20.04-x64.nuspec
dotnet pack nuget/OpenCvSharp4_.runtime.ubuntu.20.04-x64.csproj -o ${GITHUB_WORKSPACE}/artifacts_ubuntu
nuget/OpenCvSharp4.runtime.ubuntu.20.04-x64.nuspec
cat nuget/OpenCvSharp4.runtime.ubuntu.20.04-x64.nuspec

This comment has been minimized.

dotnet pack nuget/OpenCvSharp4.runtime.ubuntu.20.04-x64.csproj -o ${GITHUB_WORKSPACE}/artifacts_ubuntu
ls ${GITHUB_WORKSPACE}/artifacts_ubuntu
- uses: actions/upload-artifact@v3
Expand Down

1 comment on commit 938ae2d

@yorch2221
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.