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 510c59e commit 08ad1bcCopy full SHA for 08ad1bc
.github/workflows/deploy.yml
@@ -21,6 +21,8 @@ jobs:
21
run: |
22
make install release
23
dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
24
+ env:
25
+ - FrameworkPathOverride: /usr/lib/mono/4.5/
26
27
notify-on-failure:
28
name: Slack notify on failure
.github/workflows/test.yml
@@ -24,6 +24,8 @@ jobs:
- name: Build & Test
run: make install test
29
- run: bash <(curl -s https://codecov.io/bash)
30
31
0 commit comments