Update .gitea/workflows/build_publish.yml

This commit is contained in:
2026-02-13 21:48:48 +01:00
Unverified
parent 76c249d62e
commit 538a0a6eea

View File

@@ -42,6 +42,8 @@ jobs:
id: gitversion
with:
configFilePath: ./.gitea/config/gitversion.yml
- name: Copy README
run: cp ./README.md ./SimpleToolkit.Extensions/README.md
- name: Create NuGet package
run: dotnet pack -c Release -p:Version=${{steps.gitversion.outputs.SemVer}} -p:PackageVersion=${{steps.gitversion.outputs.SemVer}} --output ./
- name: Upload artifact