|
22 | 22 | ], |
23 | 23 | "assets": [ |
24 | 24 | { |
25 | | - "nameRegEx": "ramses-client_[\\d.].zip", |
| 25 | + "nameRegEx": "ramses-client_[\\d.]*.zip", |
26 | 26 | "name": "Ramses Application for Windows", |
27 | 27 | "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
28 | 28 | "hosts": [ ], |
|
32 | 32 | ] |
33 | 33 | }, |
34 | 34 | { |
35 | | - "nameRegEx": "ramses-client_[\\d.].dmg", |
| 35 | + "nameRegEx": "ramses-client_[\\d.]*.dmg", |
36 | 36 | "name": "Ramses Application for macOS", |
37 | 37 | "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
38 | 38 | "hosts": [ ], |
|
42 | 42 | ] |
43 | 43 | }, |
44 | 44 | { |
45 | | - "nameRegEx": "ramses-client_[\\d.]-amd64.deb", |
| 45 | + "nameRegEx": "ramses-client_[\\d.]*-amd64.deb", |
46 | 46 | "name": "Ramses Application for Debian/Ubuntu Linux", |
47 | 47 | "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
48 | 48 | "hosts": [ ], |
|
52 | 52 | ] |
53 | 53 | }, |
54 | 54 | { |
55 | | - "nameRegEx": "ramses-client_[\\d.]-x86_64.AppImage", |
| 55 | + "nameRegEx": "ramses-client_[\\d.]*-x86_64.AppImage", |
56 | 56 | "name": "Ramses Application for Linux (executable AppImage)", |
57 | 57 | "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
58 | 58 | "hosts": [ ], |
|
62 | 62 | ] |
63 | 63 | }, |
64 | 64 | { |
65 | | - "nameRegEx": "ramses-client_[\\d.].tar.gz", |
| 65 | + "nameRegEx": "ramses-client_[\\d.]*.tar.gz", |
66 | 66 | "name": "Ramses Application for Linux", |
67 | 67 | "description": "[Read the doc](http://ramses.rxlab.guide/) for installation instructions.", |
68 | 68 | "hosts": [ ], |
|
0 commit comments