We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e17f6 commit c029042Copy full SHA for c029042
.github/workflows/openharmony-build.yml
@@ -49,6 +49,14 @@ jobs:
49
with:
50
name: packages
51
path: output
52
+ - uses: nuget/setup-nuget@v2
53
+ - name: Install Mono
54
+ run: |
55
+ sudo apt update & sudo apt install dirmngr gnupg apt-transport-https ca-certificates software-properties-common -y
56
+ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
57
+ sudo apt-add-repository 'deb https://download.mono-project.com/repo/ubuntu stable-bionic main'
58
+ sudo apt install mono-complete
59
+ mono --version
60
- name: Push to NuGet
61
run: |
62
dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments