From ca9fd5c9b84ecaec3e96ef5c9eb51959aabbe268 Mon Sep 17 00:00:00 2001 From: melkor Date: Mon, 8 Jul 2024 15:54:51 -0700 Subject: [PATCH] Use different artifact names for each job --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08ee1fd..dd01d9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-macos path: dist windows: @@ -57,7 +57,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-windows path: dist linux: @@ -85,7 +85,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-linux path: dist linux-cross: @@ -121,7 +121,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-linux-cross path: dist musllinux: @@ -157,7 +157,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-musllinux path: dist musllinux-cross: @@ -195,5 +195,5 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: - name: wheels + name: wheels-musllinux-cross path: dist