From 9562654ba26fcd9b694a8a62dd8afe4089a5b5a8 Mon Sep 17 00:00:00 2001 From: Akshay Arora Date: Thu, 10 Oct 2024 20:45:08 +0530 Subject: [PATCH] Overwrite artifacts if previous one with same name exists --- .github/workflows/test_macos.yaml | 1 + .github/workflows/windows_angle_wheels.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_macos.yaml b/.github/workflows/test_macos.yaml index b75e95c..12bdeb2 100644 --- a/.github/workflows/test_macos.yaml +++ b/.github/workflows/test_macos.yaml @@ -61,6 +61,7 @@ jobs: with: name: KivySDKPackager-${{ matrix.runs-on }} path: osx_artifacts + overwrite: True test_dmg: needs: build_dmg diff --git a/.github/workflows/windows_angle_wheels.yml b/.github/workflows/windows_angle_wheels.yml index ac1cf67..f184d03 100644 --- a/.github/workflows/windows_angle_wheels.yml +++ b/.github/workflows/windows_angle_wheels.yml @@ -39,7 +39,8 @@ jobs: - uses: actions/upload-artifact@v4.4.2 with: name: angle_dlls-${{ matrix.runs-on }} - path: angle_dlls-${{ matrix.runs-on }} + path: angle_dlls + overwrite: true windows_wheels: @@ -77,6 +78,7 @@ jobs: with: name: angle_wheels-${{ matrix.runs-on }} path: dist + overwrite: true - name: Install MSYS2 run: choco install msys2 - name: Upload wheels to server