[CHANGE] Corrected project to pack
This commit is contained in:
parent
c3f58eb172
commit
ac664f16ce
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue