Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
correct processing of source name
Browse files Browse the repository at this point in the history
  • Loading branch information
kurmann committed Apr 6, 2024
1 parent b9e27d8 commit ef3c1c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
dotnet-version: '8.0.x'

- name: Restore dependencies for class library
run: dotnet restore src/ClassLibrary/ClassLibrary.csproj
run: dotnet restore src/ClassLibraryName/ClassLibraryName.csproj

- name: Pack library
run: dotnet pack src/ClassLibrary/ClassLibrary.csproj --output ./nupkgs
run: dotnet pack src/ClassLibraryName/ClassLibraryName.csproj --output ./nupkgs

# Veröffentlichen der NuGet-Pakete
- name: Push NuGet and Symbol Packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"identity": "Kurmann.ClassLibrary.GitHubWorkfow",
"name": "Kurmann Class Library GitHub Workflow",
"shortName": "nuget-classlib-workflow",
"sourceName": "EntityLib.ClassLibrary.GitHubWorkfow",
"sourceName": "ClassLibraryName",
"description": "Creates a GitHub Actions workflow for publishing a Kurmann class library to NuGet.org.",
"tags": {
"language": "YAML",
Expand Down

0 comments on commit ef3c1c2

Please sign in to comment.