Skip to content

Commit 3e79de4

Browse files
committed
trying to fix builds once again
1 parent 1f5019a commit 3e79de4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ jobs:
7878
- name: "Upload Artifact"
7979
uses: actions/upload-artifact@v4
8080
with:
81-
name: automated-builds
81+
name: automated-builds-${{ matrix.platform-name }}-${{ github.run_id }}
8282
path: ${{ env.archive-name }}.*
8383
retention-days: 7
8484
if-no-files-found: error
85+
8586
# If a tag is pushed then a new archives are uploaded to GitHub Releases automatically.
8687
- name: Upload release
8788
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)