Skip to content

Commit

Permalink
Enable code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed May 16, 2024
1 parent 491d8f6 commit 238318e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet build MQTTnet.sln --configuration Release /p:FileVersion=${{ env.VERSION }} /p:AssemblyVersion=${{ env.VERSION }} /p:PackageVersion=${{ env.VERSION }}

- name: Upload nuget packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nugets
path: |
Expand Down

0 comments on commit 238318e

Please sign in to comment.