Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Eicker <git@nikl.me>
  • Loading branch information
ameknite and NiklasEi authored Sep 22, 2023
1 parent 35fba71 commit 0dc5549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can build for the following platforms:

By default, it builds for all platforms, but you can disable specific targets by removing their name in the env variable [`build_for`](.github/workflows/release.yaml#L15) in the release.yaml file.

For example, `build_for: web, linux, macos` will build for the Web, Linux and MacOS but don't will build for windows.
For example, `build_for: web, linux, macos` will build for the Web, Linux and MacOS but will not build for windows.

The build files will be uploaded to the artifacts section of their respective workflow runs. To access them, go to your GitHub repository, navigate to the `Actions` section, click on `Release` in the sidebar, select the `workflow run` triggered by your tag, and scroll down to find your artifacts.

Expand Down

0 comments on commit 0dc5549

Please sign in to comment.