Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c9affdb

Browse files
authored
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.
1 parent fc02701 commit c9affdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/lib/src/flutter_cache.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ class IosUsbArtifacts extends CachedArtifact {
845845
// remove from existing host folder.
846846
// https://github.com/flutter/flutter/issues/38935
847847
const List<List<String>> _windowsDesktopBinaryDirs = <List<String>>[
848-
<String>['windows-x64', 'windows-x64/windows-x64-flutter.zip'],
848+
<String>['windows-x64', 'windows-x64-debug/windows-x64-flutter.zip'],
849849
<String>['windows-x64', 'windows-x64/flutter-cpp-client-wrapper.zip'],
850850
<String>['windows-x64-profile', 'windows-x64-profile/windows-x64-flutter.zip'],
851851
<String>['windows-x64-release', 'windows-x64-release/windows-x64-flutter.zip'],

0 commit comments

Comments
 (0)