File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
windows :
10
- if : github.ref_name == 'release'
11
10
runs-on : windows-latest
12
11
permissions :
13
12
contents : write
70
69
artifacts : " D:\\ a\\ hammer-editor\\ hammer-editor\\ desktop\\ build\\ installers\\ main-release\\ msi\\ hammer.msi"
71
70
72
71
linux :
73
- if : github.ref_name == 'release'
74
72
runs-on : ubuntu-latest
75
73
steps :
76
74
- name : Checkout code
@@ -124,7 +122,6 @@ jobs:
124
122
artifacts : " /home/runner/work/hammer-editor/hammer-editor/desktop/build/installers/main-release/deb/hammer.deb"
125
123
126
124
macos :
127
- if : github.ref_name == 'release'
128
125
runs-on : macos-latest
129
126
steps :
130
127
- name : Checkout code
@@ -178,7 +175,6 @@ jobs:
178
175
artifacts : " /Users/runner/work/hammer-editor/hammer-editor/desktop/build/installers/main-release/dmg/hammer.dmg"
179
176
180
177
server :
181
- if : github.ref_name == 'release'
182
178
runs-on : ubuntu-latest
183
179
steps :
184
180
- name : Checkout code
@@ -234,7 +230,6 @@ jobs:
234
230
artifacts : " /home/runner/work/hammer-editor/hammer-editor/server/build/distributions/*.*"
235
231
236
232
android :
237
- if : github.ref_name == 'release'
238
233
runs-on : ubuntu-latest
239
234
steps :
240
235
- name : Checkout code
You can’t perform that action at this time.
0 commit comments