Skip to content

Commit

Permalink
Pipeline fix (#24)
Browse files Browse the repository at this point in the history
* chore: Initial

* chore: pipeline fix

---------

Co-authored-by: Kirill Polishchuk <[email protected]>
  • Loading branch information
kpol and kirill-iag authored Jan 19, 2025
1 parent 0fe86ab commit 146f3e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.102
dotnet-version: 8.X
- name: Build with dotnet
run: dotnet build ./src/*.sln --configuration Release
- name: Test
Expand All @@ -25,11 +25,11 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.102
dotnet-version: 8.X
- name: Pack
run: dotnet pack ./src/*.sln --configuration Release -o package
- name: Publish artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: NuGet Package
path: package

0 comments on commit 146f3e6

Please sign in to comment.