Skip to content

Commit

Permalink
release/4.1.0 - Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b committed Jan 16, 2025
1 parent bd249ac commit 141f873
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/actions/nuget-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ runs:
- name: Setup NuGet
uses: nuget/setup-nuget@v1

- name: Setup Mono
run: |
sudo apt-get update
sudo apt-get install -y mono-complete
- name: Create NuGet packages
shell: pwsh
run: nuget pack ${{ inputs.nuspec-file }} -OutputDirectory ${{ inputs.nuget-directory }}
Expand Down

0 comments on commit 141f873

Please sign in to comment.