Skip to content

Commit

Permalink
Update dotnet.yml with publish artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
manusoft authored Dec 16, 2024
1 parent 336dc80 commit b6d45b7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ jobs:

- name: Pack the project as a NuGet package for .NET 9.0
run: dotnet pack src/Mappy/Mappy.csproj -c Release -o artifacts


- name: Publish Artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: src/Mappy/bin/Release/net9.0
if-no-files-found: warn
include-hidden-files: false

#- name: Publish to GitHub Packages
# env:
# NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Expand Down

0 comments on commit b6d45b7

Please sign in to comment.