3838 run : |
3939 link.cmd && cd folia && gradlew shadowJar
4040 - name : update
41+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
4142 uses : actions/upload-artifact@v4
4243 with :
4344 name : " allmusic_server_folia"
6364 run : |
6465 link.cmd && cd paper && gradlew shadowJar
6566 - name : update
67+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
6668 uses : actions/upload-artifact@v4
6769 with :
6870 name : " allmusic_server_paper"
8890 run : |
8991 link.cmd && cd velocity && gradlew shadowJar
9092 - name : update
93+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
9194 uses : actions/upload-artifact@v4
9295 with :
9396 name : " allmusic_server_velocity"
@@ -113,6 +116,7 @@ jobs:
113116 run : |
114117 link.cmd && cd fabric_1_16_5 && gradlew build
115118 - name : update
119+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
116120 uses : actions/upload-artifact@v4
117121 with :
118122 name : " allmusic_server_fabric_1_16_5"
@@ -138,6 +142,7 @@ jobs:
138142 run : |
139143 link.cmd && cd fabric_1_20_1 && gradlew build
140144 - name : update
145+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
141146 uses : actions/upload-artifact@v4
142147 with :
143148 name : " allmusic_server_fabric_1_20_1"
@@ -163,6 +168,7 @@ jobs:
163168 run : |
164169 link.cmd && cd fabric_1_21 && gradlew build
165170 - name : update
171+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
166172 uses : actions/upload-artifact@v4
167173 with :
168174 name : " allmusic_server_fabric_1_21"
@@ -213,6 +219,7 @@ jobs:
213219 run : |
214220 link.cmd && cd fabric_1_21_11 && gradlew build
215221 - name : update
222+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
216223 uses : actions/upload-artifact@v4
217224 with :
218225 name : " allmusic_server_fabric_1_21_11"
@@ -263,6 +270,7 @@ jobs:
263270 run : |
264271 link.cmd && cd forge_1_7_10 && gradlew build
265272 - name : update
273+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
266274 uses : actions/upload-artifact@v4
267275 with :
268276 name : " allmusic_server_forge_1_7_10"
@@ -288,6 +296,7 @@ jobs:
288296 run : |
289297 link.cmd && cd forge_1_12_2 && gradlew build
290298 - name : update
299+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
291300 uses : actions/upload-artifact@v4
292301 with :
293302 name : " allmusic_server_forge_1_12_2"
@@ -313,6 +322,7 @@ jobs:
313322 run : |
314323 link.cmd && cd forge_1_16_5 && gradlew build
315324 - name : update
325+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
316326 uses : actions/upload-artifact@v4
317327 with :
318328 name : " allmusic_server_forge_1_16_5"
@@ -338,6 +348,7 @@ jobs:
338348 run : |
339349 link.cmd && cd forge_1_20_1 && gradlew build
340350 - name : update
351+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
341352 uses : actions/upload-artifact@v4
342353 with :
343354 name : " allmusic_server_forge_1_20_1"
@@ -363,6 +374,7 @@ jobs:
363374 run : |
364375 link.cmd && cd neoforge_1_21 && gradlew build
365376 - name : update
377+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
366378 uses : actions/upload-artifact@v4
367379 with :
368380 name : " allmusic_server_neoforge_1_21"
@@ -388,6 +400,7 @@ jobs:
388400 run : |
389401 link.cmd && cd neoforge_1_21_6 && gradlew build
390402 - name : update
403+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
391404 uses : actions/upload-artifact@v4
392405 with :
393406 name : " allmusic_server_neoforge_1_21_6"
@@ -413,6 +426,7 @@ jobs:
413426 run : |
414427 link.cmd && cd neoforge_1_21_11 && gradlew build
415428 - name : update
429+ if : startsWith(github.ref, 'refs/tags/') && !contains(github.ref_name, 'debug')
416430 uses : actions/upload-artifact@v4
417431 with :
418432 name : " allmusic_server_neoforge_1_21_11"
0 commit comments