build: skip archiving patch conflict fix artifact (#50251)

The update-patches artifact is a single .patch file, so zipping it
is unnecessary overhead. With archive: false, gh run download fetches
the raw file directly without requiring a decompression step.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Samuel Attard
2026-03-13 14:49:05 -07:00
committed by GitHub
parent b35ed6346e
commit f4a50a8fde

View File

@@ -78,3 +78,4 @@ jobs:
name: update-patches
path: patches/update-patches.patch
if-no-files-found: ignore
archive: false