Skip to content

Commit

Permalink
Add quotes to version suffix to allow it to be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
badcel committed Nov 25, 2023
1 parent 86ddf83 commit 4f7cb39
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 @@ -90,7 +90,7 @@ jobs:

- name: Pack release version
if: env.publish_release == 'true' && matrix.os == 'ubuntu-latest'
run: dotnet pack HidApi.Net/HidApi.Net.csproj --no-build --nologo -c ${{ env.configuration }} --version-suffix ${{ env.version_suffix }} -o ../Nuget
run: dotnet pack HidApi.Net/HidApi.Net.csproj --no-build --nologo -c ${{ env.configuration }} --version-suffix "${{ env.version_suffix }}" -o ../Nuget
working-directory: './src'

- name: Publish to nuget org
Expand Down

0 comments on commit 4f7cb39

Please sign in to comment.