[CHANGE] Corrected project to pack
Some checks failed
Build C# Library / build (push) Failing after 57s
Some checks failed
Build C# Library / build (push) Failing after 57s
This commit is contained in:
@@ -27,9 +27,9 @@ jobs:
|
|||||||
run: dotnet build --configuration Release
|
run: dotnet build --configuration Release
|
||||||
|
|
||||||
- name: Pack
|
- name: Pack
|
||||||
run: dotnet pack MyLibrary.csproj --configuration Release -o ./artifacts
|
run: dotnet pack DotBased.csproj --configuration Release -o ./artifacts
|
||||||
|
|
||||||
- name: Publish to Gitea NuGet
|
- name: Publish library to Gitea NuGet
|
||||||
run: |
|
run: |
|
||||||
dotnet nuget add source \
|
dotnet nuget add source \
|
||||||
--username $GITEA_USER \
|
--username $GITEA_USER \
|
||||||
|
Reference in New Issue
Block a user