Fixes publish actoin

This commit is contained in:
Tig
2024-05-08 10:27:45 -06:00
parent dcc7a9b518
commit 6d047e0812

View File

@@ -43,8 +43,10 @@ jobs:
- name: Build Release
run: |
dotnet-gitversion /updateprojectfiles
dotnet build --no-restore -c Release
Import-Module ./Scripts/Terminal.Gui.PowerShell.psd1
Build-Analyzers
dotnet build -c Release
Remove-Module Terminal.Gui.PowerShell
- name: Pack
run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'