docs: Windows typo in Tutorial document (#41949)
Update tutorial-6-publishing-updating.md Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: South Drifted <shiy2008@gmail.com>
This commit is contained in:
parent
28a21403bc
commit
f3f27f0796
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ command that can handle the version bumping and tagging for you.
|
||||||
#### Bonus: Publishing in GitHub Actions
|
#### Bonus: Publishing in GitHub Actions
|
||||||
|
|
||||||
Publishing locally can be painful, especially because you can only create distributables
|
Publishing locally can be painful, especially because you can only create distributables
|
||||||
for your host operating system (i.e. you can't publish a Window `.exe` file from macOS).
|
for your host operating system (i.e. you can't publish a Windows `.exe` file from macOS).
|
||||||
|
|
||||||
A solution for this would be to publish your app via automation workflows
|
A solution for this would be to publish your app via automation workflows
|
||||||
such as [GitHub Actions][], which can run tasks in the
|
such as [GitHub Actions][], which can run tasks in the
|
||||||
|
|
Loading…
Reference in a new issue