|
86 | 86 | **/*.py
|
87 | 87 |
|
88 | 88 | Build-single-file:
|
89 |
| - name: ${{ matrix.os.icon }} Build 1 on ${{ matrix.os.name }} - Upload artifact |
| 89 | + name: ${{ matrix.os.icon }} Build single-file on ${{ matrix.os.name }} - Upload artifact |
90 | 90 | runs-on: ${{ matrix.os.image }}
|
91 | 91 | strategy:
|
92 | 92 | fail-fast: false
|
@@ -121,7 +121,7 @@ jobs:
|
121 | 121 | document1.txt
|
122 | 122 |
|
123 | 123 | Build-single-file-in-directory:
|
124 |
| - name: ${{ matrix.os.icon }} Build 1 on ${{ matrix.os.name }} - Upload artifact |
| 124 | + name: ${{ matrix.os.icon }} Build single-file-in-directory on ${{ matrix.os.name }} - Upload artifact |
125 | 125 | runs-on: ${{ matrix.os.image }}
|
126 | 126 | strategy:
|
127 | 127 | fail-fast: false
|
@@ -156,7 +156,7 @@ jobs:
|
156 | 156 | bin/program.py
|
157 | 157 |
|
158 | 158 | Build-double-file-in-directory:
|
159 |
| - name: ${{ matrix.os.icon }} Build 1 on ${{ matrix.os.name }} - Upload artifact |
| 159 | + name: ${{ matrix.os.icon }} Build double-file-in-directory on ${{ matrix.os.name }} - Upload artifact |
160 | 160 | runs-on: ${{ matrix.os.image }}
|
161 | 161 | strategy:
|
162 | 162 | fail-fast: false
|
@@ -193,7 +193,7 @@ jobs:
|
193 | 193 | bin/tool.py
|
194 | 194 |
|
195 | 195 | Build-triple-file-in-directory:
|
196 |
| - name: ${{ matrix.os.icon }} Build 1 on ${{ matrix.os.name }} - Upload artifact |
| 196 | + name: ${{ matrix.os.icon }} Build triple-file-in-directory on ${{ matrix.os.name }} - Upload artifact |
197 | 197 | runs-on: ${{ matrix.os.image }}
|
198 | 198 | strategy:
|
199 | 199 | fail-fast: false
|
@@ -232,7 +232,7 @@ jobs:
|
232 | 232 | lib/gui/dialog.py
|
233 | 233 |
|
234 | 234 | Build-double-file-in-deep-directory:
|
235 |
| - name: ${{ matrix.os.icon }} Build 1 on ${{ matrix.os.name }} - Upload artifact |
| 235 | + name: ${{ matrix.os.icon }} Build double-file-in-deep-directory on ${{ matrix.os.name }} - Upload artifact |
236 | 236 | runs-on: ${{ matrix.os.image }}
|
237 | 237 | strategy:
|
238 | 238 | fail-fast: false
|
@@ -269,7 +269,7 @@ jobs:
|
269 | 269 | lib/gui/dialog.py
|
270 | 270 |
|
271 | 271 | Build-single-directory:
|
272 |
| - name: ${{ matrix.os.icon }} Build 1 on ${{ matrix.os.name }} - Upload artifact |
| 272 | + name: ${{ matrix.os.icon }} Build single-directory on ${{ matrix.os.name }} - Upload artifact |
273 | 273 | runs-on: ${{ matrix.os.image }}
|
274 | 274 | strategy:
|
275 | 275 | fail-fast: false
|
@@ -304,7 +304,7 @@ jobs:
|
304 | 304 | bin
|
305 | 305 |
|
306 | 306 | Build-double-directory:
|
307 |
| - name: ${{ matrix.os.icon }} Build 1 on ${{ matrix.os.name }} - Upload artifact |
| 307 | + name: ${{ matrix.os.icon }} Build double-directory on ${{ matrix.os.name }} - Upload artifact |
308 | 308 | runs-on: ${{ matrix.os.image }}
|
309 | 309 | strategy:
|
310 | 310 | fail-fast: false
|
|
0 commit comments