Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
patalimosnero committed Aug 9, 2024
1 parent 1dc5fc2 commit 0ee58b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Package
id: package
run: |
dotnet pack -Version ${{ steps.generate-version.outputs.semantic-version }} -Properties NuGetBinaries=src\x64\release
dotnet pack -Version ${{ steps.generate-version.outputs.semantic-version }}
- name: Publish Nuget to GitHub registry
shell: powershell
Expand Down

0 comments on commit 0ee58b1

Please sign in to comment.