Skip to content

Commit

Permalink
Fix broken artifact upload (v4 breaking changes) on additional workfl…
Browse files Browse the repository at this point in the history
…ows (#136)
  • Loading branch information
misl6 authored Jan 18, 2025
1 parent a757c5e commit aa55baf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_glew_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Upload wheels as artifact
uses: actions/[email protected]
with:
name: glew_wheels
name: glew_wheels-${{ matrix.python }}-${{ matrix.arch }}
path: dist
- name: Install MSYS2
run: choco install msys2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_gstreamer_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload wheels as artifact
uses: actions/[email protected]
with:
name: gstreamer_wheels
name: gstreamer_wheels-${{ matrix.python }}-${{ matrix.arch }}
path: dist
- name: Install MSYS2
run: choco install msys2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_sdl2_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Upload wheels as artifact
uses: actions/[email protected]
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]')
Expand Down

0 comments on commit aa55baf

Please sign in to comment.