aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-19 06:10:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-19 06:10:19 +0300
commit56e03419cd6acd0db6c3c4397a3c66726d3a8ee0 (patch)
tree6a882728dc6ebf36d1287657b103b84129bf5de0 /README.md
parentbit prettier YAML (diff)
downloadvs-shell-56e03419cd6acd0db6c3c4397a3c66726d3a8ee0.tar.gz
vs-shell-56e03419cd6acd0db6c3c4397a3c66726d3a8ee0.zip
README: update
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3b2d453..4350f26 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,17 @@ Use it in your workflow like this:
`x64` is the default value for the `arch` parameter and can be omitted.
Use `x86` if you want to build 32-bit binaries.
+API
+---
+
+| Input | Value | Default | Description
+| ----- | ----- | ------- | -----------
+| arch | x64 | Yes | Build 64-bit executables.
+| | x86 | No | Build 32-bit executables.
+
+The action passes the environment variables set by one of the vcvars*.bat
+scripts to the calling job.
+
License
-------