From c766edbc52a68e2f46e011b2a7e8c71b6a3253d7 Mon Sep 17 00:00:00 2001 From: RalfG Date: Fri, 12 Apr 2024 17:41:54 +0200 Subject: [PATCH] Use unique names for artefacts --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d59fa37..cc95bef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: - name: Upload compiled wheels uses: actions/upload-artifact@v4 with: - name: dist + name: python-wheels path: dist/*.whl windows-installer: @@ -59,7 +59,7 @@ jobs: - name: Upload installer uses: actions/upload-artifact@v4 with: - name: dist + name: windows-installer path: dist/*.exe # git-release: @@ -69,7 +69,6 @@ jobs: # - name: Download installer # uses: actions/download-artifact@v4 # with: - # name: dist # path: dist # - name: Create GitHub Release # uses: docker://antonyurchenko/git-release:v4