Skip to content

Commit 5a9d9c8

Browse files
authored
Update artifact naming in Windows workflow
1 parent 8252e22 commit 5a9d9c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
CMAKEFLAGS: ""
6363
dep_arch: "x64"
6464

65-
name: 🔨 MSVC ${{ matrix.platform }} ${{ matrix.osal }}
65+
name: 🔨 MSVC ${{ matrix.platformAlt }} ${{ matrix.osal }}
6666

6767
steps:
6868
- name: Checkout code
@@ -182,7 +182,7 @@ jobs:
182182
- name: Upload Artifacts
183183
uses: actions/upload-artifact@v4
184184
with:
185-
name: ${{ steps.artifact_name.outputs.name }}-win10-${{ matrix.platformAlt }}
185+
name: ${{ steps.artifact_name.outputs.name }}-win10-${{ matrix.platformAlt }}-${{ matrix.osal }}
186186
path: ${{ env.INSTALL_LOCATION }}
187187
retention-days: 14
188188
overwrite: true
@@ -299,7 +299,7 @@ jobs:
299299
sdl3-url: 'https://github.com/libsdl-org/SDL/releases/download/release-3.2.10/SDL3-devel-3.2.10-mingw.tar.gz'
300300
sdl3-subdir: 'x86_64-w64-mingw32'
301301

302-
name: 🔧 MinGW ${{ matrix.artifactPrefix }}
302+
name: 🔧 MinGW ${{ matrix.artifactPrefix }} ${{ matrix.platform }}
303303

304304
steps:
305305
- name: Checkout code
@@ -436,7 +436,7 @@ jobs:
436436
- name: Upload Artifacts
437437
uses: actions/upload-artifact@v4
438438
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 }}
440440
path: ${{ env.INSTALL_LOCATION }}
441441
retention-days: 14
442442
overwrite: true
@@ -508,7 +508,7 @@ jobs:
508508
- name: '${{ matrix.icon }} Upload Artifacts'
509509
uses: actions/upload-artifact@v4
510510
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}}
512512
path: ${{env.INSTALL_LOCATION}}
513513
retention-days: 14
514514
overwrite: true

0 commit comments

Comments
 (0)