We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9356a8a commit 915cb87Copy full SHA for 915cb87
.github/workflows/dotnetcore.yml
@@ -71,7 +71,7 @@ jobs:
71
echo 'matrix :'
72
echo ${{matrix.os}}
73
- name: Create Release
74
- if: ${{ success() && matrix.os == 'ubuntu-latest' && steps.publish_nuget.outputs.VERSION != '' && steps.publish_nuget.outputs.VERSION != null }}
+ if: ${{ success() && matrix.os == 'windows-latest' && steps.publish_nuget.outputs.VERSION != '' && steps.publish_nuget.outputs.VERSION != null }}
75
id: create_release
76
uses: actions/create-release@latest
77
env:
0 commit comments