Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Expecho committed Oct 19, 2024
2 parents 11f02c9 + 349b7a2 commit 196a7c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore Ibis.MutexLeaderElection/Ibis.MutexLeaderElection.csproj
- name: Build
run: dotnet build Ibis.MutexLeaderElection/Ibis.MutexLeaderElection.csproj --configuration Release
- name: Pack with dotnet
run: dotnet pack Ibis.MutexLeaderElection/Ibis.MutexLeaderElection.csproj --output nuget --configuration Release
- name: Upload Assembly Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: Build output
path: /home/runner/work/Ibis.MutexLeaderElection/Ibis.MutexLeaderElection/Ibis.MutexLeaderElection/bin/Release/
- name: Upload Package Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: Package output
path: nuget/*.nupkg
Expand Down

0 comments on commit 196a7c1

Please sign in to comment.