Browse Source

Fix the path for the package,

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

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

@@ -91,7 +91,7 @@ jobs:
         dotnet-quality: 'ga'
 
     - name: Pack Release
-      run: dotnet pack Terminal.Gui/Terminal.Gui.csproj --configuration Release --output ./local_packages
+      run: cd Terminal.Gui && dotnet pack --configuration Release --output ./local_packages
 
     - name: Build Release
       run: dotnet build --configuration Release