Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Expecho authored Oct 19, 2024
1 parent 0444bb9 commit 349b7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- 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/
Expand Down

0 comments on commit 349b7a2

Please sign in to comment.