Skip to content

Commit

Permalink
🎆
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzaz committed Aug 1, 2024
1 parent 2b4122b commit 1754172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: dotnet pack MqttNet.DependencyInjection/${{ vars.CS_PROJ_PATH }} -p:Version='${{ steps.gitversion.outputs.SemVer }}' -c Release

- name: Upload NuGet package to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nugetPackage
path: bin/Release/*.nupkg
Expand All @@ -54,7 +54,7 @@ jobs:
steps:
#Push NuGet package to GitHub packages
- name: Download nuget package artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nugetPackage
path: nugetPackage
Expand Down

0 comments on commit 1754172

Please sign in to comment.