Skip to content

Commit

Permalink
Make upload artifacts include runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora committed Oct 10, 2024
1 parent 02f912e commit f3abfe5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload dmg as artifact
uses: actions/[email protected]
with:
name: KivySDKPackager
name: KivySDKPackager-${{ matrix.runs-on }}
path: osx_artifacts

test_dmg:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/windows_angle_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
Build-angle
- uses: actions/[email protected]
with:
name: angle_dlls
path: angle_dlls
name: angle_dlls-${{ matrix.runs-on }}
path: angle_dlls-${{ matrix.runs-on }}


windows_wheels:
Expand All @@ -63,18 +63,18 @@ jobs:
run: |
. .\ci\windows_ci.ps1
Prepre-env
- uses: actions/[email protected].8
- uses: actions/[email protected].7
with:
name: angle_dlls
path: angle_dlls
name: angle_dlls-${{ matrix.runs-on }}
path: angle_dlls-${{ matrix.runs-on }}
- name: Build package
run: |
. .\ci\windows_ci.ps1
Create-Packages
- name: Upload wheels as artifact
uses: actions/[email protected]
with:
name: angle_wheels
name: angle_wheels-${{ matrix.runs-on }}
path: dist
- name: Install MSYS2
run: choco install msys2
Expand Down

0 comments on commit f3abfe5

Please sign in to comment.