mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 01:07:58 +01:00
Using the original configuration.
This commit is contained in:
10
.github/workflows/dotnet-core.yml
vendored
10
.github/workflows/dotnet-core.yml
vendored
@@ -90,14 +90,8 @@ jobs:
|
||||
dotnet-version: 8.x
|
||||
dotnet-quality: 'ga'
|
||||
|
||||
- name: Build local NuGet package
|
||||
run: dotnet pack --configuration Release -o ./local_packages
|
||||
|
||||
- name: Upload package artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: local_nuget_package
|
||||
path: ./local_packages/*.nupkg
|
||||
- name: Build Release
|
||||
run: dotnet build --configuration Release
|
||||
|
||||
|
||||
# Note: this step is currently not writing to the gist for some reason
|
||||
|
||||
Reference in New Issue
Block a user