mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
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:
1
.github/workflows/apply-patches.yml
vendored
1
.github/workflows/apply-patches.yml
vendored
@@ -78,3 +78,4 @@ jobs:
|
||||
name: update-patches
|
||||
path: patches/update-patches.patch
|
||||
if-no-files-found: ignore
|
||||
archive: false
|
||||
|
||||
Reference in New Issue
Block a user