Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Dec 4, 2024
1 parent e38a35c commit e69a9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: |
git submodule update --force --recursive --init --remote
dotnet restore
dotnet build --configuration Debug --no-restore
dotnet pack ./ACadSharp.pdf/ACadSharp.Pdf.csproj --configuration Debug
dotnet build --configuration Release
dotnet pack ./ACadSharp.pdf/ACadSharp.Pdf.csproj --configuration Release
# dotnet nuget push ./nupkg/ACadSharp.Pdf.*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit e69a9fc

Please sign in to comment.