diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-20 04:55:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-20 04:55:03 +0300 |
commit | 2cef0a902be6c2434178a0d0e4d83ae07a9dd0e0 (patch) | |
tree | c0f09140088b5ec105b2b1f4add24edda7debdfb | |
parent | figured the JSON issue out (diff) | |
download | vs-shell-2cef0a902be6c2434178a0d0e4d83ae07a9dd0e0.tar.gz vs-shell-2cef0a902be6c2434178a0d0e4d83ae07a9dd0e0.zip |
README: updatev2.0
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ the "Command Tools for VS" Start Menu shortcuts, but it's also shell-agnostic. Use it in your workflow like this: - name: Set up Visual Studio shell - uses: egor-tensin/vs-shell@v1 + uses: egor-tensin/vs-shell@v2 with: arch: x64 |