|
62 | 62 | CMAKEFLAGS: "" |
63 | 63 | dep_arch: "x64" |
64 | 64 |
|
65 | | - name: 🔨 MSVC ${{ matrix.platform }} ${{ matrix.osal }} |
| 65 | + name: 🔨 MSVC ${{ matrix.platformAlt }} ${{ matrix.osal }} |
66 | 66 |
|
67 | 67 | steps: |
68 | 68 | - name: Checkout code |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | - name: Upload Artifacts |
183 | 183 | uses: actions/upload-artifact@v4 |
184 | 184 | with: |
185 | | - name: ${{ steps.artifact_name.outputs.name }}-win10-${{ matrix.platformAlt }} |
| 185 | + name: ${{ steps.artifact_name.outputs.name }}-win10-${{ matrix.platformAlt }}-${{ matrix.osal }} |
186 | 186 | path: ${{ env.INSTALL_LOCATION }} |
187 | 187 | retention-days: 14 |
188 | 188 | overwrite: true |
@@ -299,7 +299,7 @@ jobs: |
299 | 299 | sdl3-url: 'https://github.com/libsdl-org/SDL/releases/download/release-3.2.10/SDL3-devel-3.2.10-mingw.tar.gz' |
300 | 300 | sdl3-subdir: 'x86_64-w64-mingw32' |
301 | 301 |
|
302 | | - name: 🔧 MinGW ${{ matrix.artifactPrefix }} |
| 302 | + name: 🔧 MinGW ${{ matrix.artifactPrefix }} ${{ matrix.platform }} |
303 | 303 |
|
304 | 304 | steps: |
305 | 305 | - name: Checkout code |
@@ -436,7 +436,7 @@ jobs: |
436 | 436 | - name: Upload Artifacts |
437 | 437 | uses: actions/upload-artifact@v4 |
438 | 438 | with: |
439 | | - name: CI-${{ github.run_id }}-${{ github.jobs[github.job].name }}-${{ matrix.artifactPrefix }}-${{ matrix.platform }} |
| 439 | + name: CI-${{ github.run_id }}-mingw-${{ matrix.artifactPrefix }}-${{ matrix.platform }} |
440 | 440 | path: ${{ env.INSTALL_LOCATION }} |
441 | 441 | retention-days: 14 |
442 | 442 | overwrite: true |
@@ -508,7 +508,7 @@ jobs: |
508 | 508 | - name: '${{ matrix.icon }} Upload Artifacts' |
509 | 509 | uses: actions/upload-artifact@v4 |
510 | 510 | with: |
511 | | - name: CI-${{ github.run_id }}-${{ github.jobs[github.job].name }}-${{matrix.sys}}-${{matrix.osal}} |
| 511 | + name: CI-${{ github.run_id }}-msys2-${{matrix.sys}}-${{matrix.osal}} |
512 | 512 | path: ${{env.INSTALL_LOCATION}} |
513 | 513 | retention-days: 14 |
514 | 514 | overwrite: true |
|
0 commit comments