aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-11 16:43:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-11 16:43:57 +0300
commitdea715017246e7b590b91ebc006475c6b00a7ce8 (patch)
tree84cc8ccdf1cb93c7396227c37b52499387d409a5
parentPowerShell code style (diff)
downloadvs-shell-dea715017246e7b590b91ebc006475c6b00a7ce8.tar.gz
vs-shell-dea715017246e7b590b91ebc006475c6b00a7ce8.zip
README: update
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e67892..cb18c72 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Use it in your workflow like this:
arch: x64
* `x64` is the default value for the `arch` parameter and can be omitted.
-Use `x86` if you want to build 32-bit binaries.
+Use `x86` (or `Win32`) if you want to build 32-bit binaries.
API
---
@@ -25,6 +25,7 @@ API
| ----- | ----- | ------- | -----------
| arch | x64 | ✓ | Build 64-bit executables.
| | x86 | | Build 32-bit executables.
+| | Win32 | | Build 32-bit executables.
The action passes the environment variables set by one of the vcvars*.bat
scripts to the calling job.