Update .gitea/workflows/build_publish.yml
This commit is contained in:
@@ -42,6 +42,8 @@ jobs:
|
|||||||
id: gitversion
|
id: gitversion
|
||||||
with:
|
with:
|
||||||
configFilePath: ./.gitea/config/gitversion.yml
|
configFilePath: ./.gitea/config/gitversion.yml
|
||||||
|
- name: Copy README
|
||||||
|
run: cp ./README.md ./SimpleToolkit.Extensions/README.md
|
||||||
- name: Create NuGet package
|
- name: Create NuGet package
|
||||||
run: dotnet pack -c Release -p:Version=${{steps.gitversion.outputs.SemVer}} -p:PackageVersion=${{steps.gitversion.outputs.SemVer}} --output ./
|
run: dotnet pack -c Release -p:Version=${{steps.gitversion.outputs.SemVer}} -p:PackageVersion=${{steps.gitversion.outputs.SemVer}} --output ./
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user