Skip to content

Commit 595ae0e

Browse files
yaakovschectmanTony Sansone
authored andcommitted
Point to gallery workflow in Windows deployment docs (#8605)
Updates the example URL for an MSIX release workflow to that in Flutter Gallery. ## Presubmit checklist - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
1 parent 625923f commit 595ae0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployment/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ in a GitHub Action packages the
141141
application into an MSIX and uploads it to a new submission on the dev center.
142142

143143
An example Action YAML file for continuous deployment can be found
144-
[within a dedicated repository](https://github.com/yaakovschectman/SampleFlutterMSIXGithubAction/blob/main/dart.yml).
144+
[in the Flutter Gallery](https://github.com/flutter/gallery/blob/main/.github/workflows/release_deploy_windows.yml).
145145
The steps necessary for MSIX publishing are excerpted below:
146146

147147
```

0 commit comments

Comments
 (0)