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