Skip to content

Commit 6328146

Browse files
committed
Fixed duplicated artifacts in CI when uploading package list
1 parent d67f7ae commit 6328146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
uses: actions/upload-artifact@v4
238238
if: ${{ env.IS_PR == 'false' }}
239239
with:
240-
name: nuget-list
240+
name: nuget-list-${{ matrix.platform }}
241241
if-no-files-found: error
242242
path: |
243243
${{ github.workspace }}/.github/workflows/SignClientFileList.txt

0 commit comments

Comments
 (0)