Skip to content

Commit 5962c42

Browse files
committed
Update artifact names to prevent conflicts
1 parent 176d75d commit 5962c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/upload-artifact@v4
102102
if: matrix.node == 18
103103
with:
104-
name: prebuilt-binaries
104+
name: prebuilt-binaries-${{ matrix.os }}-host${{ matrix.host }}-target${{ matrix.target }}.zip
105105
path: prebuilds/*
106106
retention-days: 7
107107

0 commit comments

Comments
 (0)