mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 08:50:25 +01:00
Fix the path for the package,
This commit is contained in:
2
.github/workflows/dotnet-core.yml
vendored
2
.github/workflows/dotnet-core.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user