From 0406c070a50ccacb7ecd89ab403a777414144712 Mon Sep 17 00:00:00 2001 From: kenorb Date: Wed, 21 Feb 2024 23:09:48 +0000 Subject: [PATCH] Updates README with the new tags --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c556e24..9d18663 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This action is only supported on [Windows images](https://github.com/actions/vir ```yaml runs-on: windows-latest steps: - - uses: fx31337/mql-compile-action@v1 + - uses: fx31337/mql-compile-action@v2 ``` ### Specific release @@ -29,7 +29,7 @@ steps: ```yaml runs-on: windows-latest steps: - - uses: fx31337/mql-compile-action@v1.0.0 + - uses: fx31337/mql-compile-action@v2.0.0 ``` Note: Check *Releases* for more details. @@ -56,6 +56,8 @@ steps: verbose: true ``` +*Note: From v2 releases, this action doesn't install platform by default.* + ## Inputs ### `path` (string)