diff --git a/.github/workflows/windows_glew_wheels.yml b/.github/workflows/windows_glew_wheels.yml index c532bf8..30d8738 100644 --- a/.github/workflows/windows_glew_wheels.yml +++ b/.github/workflows/windows_glew_wheels.yml @@ -78,7 +78,7 @@ jobs: - name: Upload wheels as artifact uses: actions/upload-artifact@v4.4.2 with: - name: glew_wheels + name: glew_wheels-${{ matrix.python }}-${{ matrix.arch }} path: dist - name: Install MSYS2 run: choco install msys2 diff --git a/.github/workflows/windows_gstreamer_wheels.yml b/.github/workflows/windows_gstreamer_wheels.yml index da6bfc3..72bdbb4 100644 --- a/.github/workflows/windows_gstreamer_wheels.yml +++ b/.github/workflows/windows_gstreamer_wheels.yml @@ -81,7 +81,7 @@ jobs: - name: Upload wheels as artifact uses: actions/upload-artifact@v4.4.2 with: - name: gstreamer_wheels + name: gstreamer_wheels-${{ matrix.python }}-${{ matrix.arch }} path: dist - name: Install MSYS2 run: choco install msys2 diff --git a/.github/workflows/windows_sdl2_wheels.yml b/.github/workflows/windows_sdl2_wheels.yml index d61ed11..c86fde1 100644 --- a/.github/workflows/windows_sdl2_wheels.yml +++ b/.github/workflows/windows_sdl2_wheels.yml @@ -80,7 +80,7 @@ jobs: - name: Upload wheels as artifact uses: actions/upload-artifact@v4.4.2 with: - name: sdl2_wheels + name: sdl2_wheels-${{ matrix.python }}-${{ matrix.arch }} path: dist - name: Install MSYS2 if: contains(github.event.head_commit.message, '[publish sdl2 win]')