Skip to content

Commit 915cb87

Browse files
authored
Update dotnetcore.yml
1 parent 9356a8a commit 915cb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo 'matrix :'
7272
echo ${{matrix.os}}
7373
- name: Create Release
74-
if: ${{ success() && matrix.os == 'ubuntu-latest' && steps.publish_nuget.outputs.VERSION != '' && steps.publish_nuget.outputs.VERSION != null }}
74+
if: ${{ success() && matrix.os == 'windows-latest' && steps.publish_nuget.outputs.VERSION != '' && steps.publish_nuget.outputs.VERSION != null }}
7575
id: create_release
7676
uses: actions/create-release@latest
7777
env:

0 commit comments

Comments
 (0)