|
68 | 68 | compression-level: 0 |
69 | 69 | retention-days: 1 |
70 | 70 |
|
| 71 | + - name: Upload Rules-minified.zip |
| 72 | + uses: actions/upload-artifact@v5 |
| 73 | + with: |
| 74 | + name: 'Rules-minified.zip' |
| 75 | + path: 'addon/globalPlugins/MathCAT/Rules-minified.zip' |
| 76 | + compression-level: 0 |
| 77 | + retention-days: 1 |
| 78 | + if-no-files-found: ignore |
| 79 | + |
71 | 80 | rust-32: |
72 | 81 | name: Build 32 bit windows pyd file |
73 | 82 | runs-on: windows-latest # needs to run on windows because of bzip2 |
@@ -252,6 +261,11 @@ jobs: |
252 | 261 | uses: actions/download-artifact@v5 |
253 | 262 | with: |
254 | 263 | name: Rules.zip |
| 264 | + - name: Download Rules-minified.zip |
| 265 | + uses: actions/download-artifact@v5 |
| 266 | + with: |
| 267 | + name: Rules-minified.zip |
| 268 | + if-no-files-found: ignore |
255 | 269 | # put things where they belong |
256 | 270 | - name: Set up addons dir |
257 | 271 | run: | |
@@ -317,6 +331,11 @@ jobs: |
317 | 331 | uses: actions/download-artifact@v5 |
318 | 332 | with: |
319 | 333 | name: Rules.zip |
| 334 | + - name: Download Rules-minified.zip |
| 335 | + uses: actions/download-artifact@v5 |
| 336 | + with: |
| 337 | + name: Rules-minified.zip |
| 338 | + if-no-files-found: ignore |
320 | 339 | # put things where they belong |
321 | 340 | - name: Set up addons dir |
322 | 341 | run: | |
@@ -386,6 +405,11 @@ jobs: |
386 | 405 | uses: actions/download-artifact@v5 |
387 | 406 | with: |
388 | 407 | name: Rules.zip |
| 408 | + - name: Download Rules-minified.zip |
| 409 | + uses: actions/download-artifact@v5 |
| 410 | + with: |
| 411 | + name: Rules-minified.zip |
| 412 | + if-no-files-found: ignore |
389 | 413 | - name: Download 32 bit build |
390 | 414 | uses: actions/download-artifact@v5 |
391 | 415 | with: |
@@ -435,3 +459,4 @@ jobs: |
435 | 459 | libmathcat_py-64-3.13-win.zip |
436 | 460 | libmathcat_py-64-3.13-linux.zip |
437 | 461 | Rules.zip |
| 462 | + Rules-minified.zip |
0 commit comments