File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
127
127
# publish release
128
128
- name : Publish
129
- if : github.event.action == 'published'
129
+ if : github.event.action == 'published' && matrix.os == 'windows-2022'
130
130
131
131
env :
132
132
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -137,7 +137,7 @@ jobs:
137
137
asset_content_type : application/zip
138
138
139
139
- name : Publish
140
- if : github.event.action == 'published'
140
+ if : github.event.action == 'published' && matrix.os == 'windows-2022'
141
141
142
142
env :
143
143
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -148,7 +148,7 @@ jobs:
148
148
asset_content_type : application/zip
149
149
150
150
- name : Publish
151
- if : github.event.action == 'published'
151
+ if : github.event.action == 'published' && matrix.os == 'windows-2022'
152
152
153
153
env :
154
154
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments