Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaygekht authored Jan 10, 2025
1 parent 1dfb112 commit a868b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
env:
config: 'Release'
gs-nuget: https://proget.gehtsoft.com/nuget/public-nuget
gs_nuget: https://proget.gehtsoft.com/nuget/public-nuget
steps:
- name: checkout sources
uses: actions/checkout@v2

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.301
dotnet-version: 8.0.403

- name: Build release version
run: |
Expand Down

0 comments on commit a868b36

Please sign in to comment.