Fix publish (#64)

This commit is contained in:
Patrick Stevens
2024-12-15 22:56:26 +00:00
committed by GitHub
parent 416e036255
commit d7bea0d87a

View File

@@ -229,7 +229,7 @@ jobs:
path: packed
- name: Identify .NET
id: identify-dotnet
run: nix develop --command bash -c "echo dotnet=$(which dotnet) >> $GITHUB_OUTPUT"
run: nix develop --command bash -c 'echo dotnet=$(which dotnet) >> $GITHUB_OUTPUT'
- name: Publish NuGet package
uses: G-Research/common-actions/publish-nuget@2b7dc49cb14f3344fbe6019c14a31165e258c059
with: