Skip to content

Commit

Permalink
Use matrix.arch, python version for v4 compatibility on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora committed Oct 11, 2024
1 parent 9562654 commit 1746309
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
name: KivySDKPackager-${{ matrix.runs-on }}
path: osx_artifacts
overwrite: True
# overwrite: True

test_dmg:
needs: build_dmg
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows_angle_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
Build-angle
- uses: actions/upload-artifact@v4.4.2
with:
name: angle_dlls-${{ matrix.runs-on }}
name: angle_dlls-${{ matrix.python }}-${{ matrix.arch }}
path: angle_dlls
overwrite: true
# overwrite: true


windows_wheels:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Upload wheels as artifact
uses: actions/upload-artifact@v4.4.2
with:
name: angle_wheels-${{ matrix.runs-on }}
name: angle_wheels-${{ matrix.python }}-${{ matrix.arch }}
path: dist
overwrite: true
- name: Install MSYS2
Expand Down

0 comments on commit 1746309

Please sign in to comment.