mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Move windows-x64-flutter.zip to windows-x64-debug location. (#119177)
The dependency is currently uploaded to two different locations. This change is required to remove the duplicate uploads and their corresponding tech debt.
This commit is contained in:
parent
fc02701818
commit
c9affdba9d
@ -845,7 +845,7 @@ class IosUsbArtifacts extends CachedArtifact {
|
||||
// remove from existing host folder.
|
||||
// https://github.com/flutter/flutter/issues/38935
|
||||
const List<List<String>> _windowsDesktopBinaryDirs = <List<String>>[
|
||||
<String>['windows-x64', 'windows-x64/windows-x64-flutter.zip'],
|
||||
<String>['windows-x64', 'windows-x64-debug/windows-x64-flutter.zip'],
|
||||
<String>['windows-x64', 'windows-x64/flutter-cpp-client-wrapper.zip'],
|
||||
<String>['windows-x64-profile', 'windows-x64-profile/windows-x64-flutter.zip'],
|
||||
<String>['windows-x64-release', 'windows-x64-release/windows-x64-flutter.zip'],
|
||||
|
Loading…
Reference in New Issue
Block a user