From 51e9ed003857e9ad6e598195cb66d47010f11dd7 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Mon, 3 Oct 2022 14:06:08 +0200 Subject: [PATCH] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4472ea..382465b 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Some environment variables may be necessary for your particular case or to impro build: runs-on: ubuntu-latest env: - DOTNET_INSTALL_DIR: "some/specific/directory" + DOTNET_INSTALL_DIR: "path/to/directory" steps: - uses: actions/checkout@main - uses: actions/setup-dotnet@v3