mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Preserve write permissions when uploading canvaskit to CIPD (flutter/engine#30960)
Related to https://github.com/dart-lang/sdk/issues/48010
This commit is contained in:
parent
97287722fe
commit
86f50b4af4
@ -56,6 +56,7 @@ data:
|
||||
'create',
|
||||
'--tag=version:$canvaskitVersion',
|
||||
'--pkg-def=cipd.yaml',
|
||||
'--preserve-writable',
|
||||
'--json-output=result.json',
|
||||
], workingDirectory: canvaskitDirectory.path);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user