Browse Source

Need to build before pack.

BDisp 10 months ago
parent
commit
214d1097f4
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .github/workflows/dotnet-core.yml

+ 4 - 1
.github/workflows/dotnet-core.yml

@@ -90,8 +90,11 @@ jobs:
         dotnet-version: 8.x
         dotnet-quality: 'ga'
 
+    - name: Build Release Terminal.Gui
+      run: cd Terminal.Gui && dotnet build --configuration Release
+
     - name: Pack Release
-      run: cd Terminal.Gui && dotnet pack --configuration Release --output ./local_packages
+      run: dotnet pack Terminal.Gui/Terminal.Gui.csproj --configuration Release --output ./local_packages
 
     - name: Build Release
       run: dotnet build --configuration Release