Skip to content

Commit b77ceef

Browse files
authored
Fix publish to also install nuget (#81)
1 parent 0999298 commit b77ceef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
4040
- uses: actions/setup-dotnet@v4
4141

42+
- name: Install Mono
43+
shell: bash
44+
run: |
45+
apt-get update
46+
apt-get install -y mono-complete
47+
48+
- uses: NuGet/setup-nuget@v1
49+
4250
- run: ./Build.ps1
4351
shell: pwsh
4452
env:

0 commit comments

Comments
 (0)