From a6a682db5aed9bd792bfc9bcaa611947602e2174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rennfanz=2C=20Bj=C3=B6rn?= Date: Wed, 3 Jul 2024 07:37:39 +0200 Subject: [PATCH] Set different names for upload steps, after migrate github actions to newer versions. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cad4546..7020b97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -180,6 +180,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: build-results-windows path: ./wheelhouse/*.whl - name: Upload Release Asset @@ -232,6 +233,7 @@ jobs: - uses: actions/upload-artifact@v4 with: + name: build-results-macos path: ./wheelhouse/*.whl - name: Upload Release Asset