Skip to content

Commit 52aa3b4

Browse files
committed
Attempt at fixing the nuget build problem.
1 parent 642caf8 commit 52aa3b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ jobs:
854854
sudo apt-get update
855855
sudo apt-get install -y mono-complete
856856
curl -o /tmp/nuget.exe https://dist.nuget.org/win-x86-commandline/v7.3.0/nuget.exe
857-
sudo bash -c 'echo "#!/bin/bash" > /usr/local/bin/nuget && echo "exec mono /tmp/nuget.exe \"$@\"" >> /usr/local/bin/nuget && chmod +x /usr/local/bin/nuget'
857+
sudo bash -c 'echo "#!/bin/bash" > /usr/local/bin/nuget && echo "exec mono /tmp/nuget.exe \"\$@\"" >> /usr/local/bin/nuget && chmod +x /usr/local/bin/nuget'
858858
859859
- name: Generate NuGet package
860860
run: node .github/scripts/generate-nuget-package.mjs

0 commit comments

Comments
 (0)