diff --git a/.github/workflows/test_macos.yaml b/.github/workflows/test_macos.yaml index 12bdeb2..d547543 100644 --- a/.github/workflows/test_macos.yaml +++ b/.github/workflows/test_macos.yaml @@ -61,7 +61,7 @@ jobs: with: name: KivySDKPackager-${{ matrix.runs-on }} path: osx_artifacts - overwrite: True + # overwrite: True test_dmg: needs: build_dmg diff --git a/.github/workflows/windows_angle_wheels.yml b/.github/workflows/windows_angle_wheels.yml index f184d03..d905ee4 100644 --- a/.github/workflows/windows_angle_wheels.yml +++ b/.github/workflows/windows_angle_wheels.yml @@ -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: @@ -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