diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4268b79..4432bdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,9 @@ jobs: - uses: vimtor/action-zip@v1 with: - files: target/release/nenv* + files: | + target/release/nenv + target/release/nenv.exe dest: nenv-${{ runner.os }}.zip - name: Upload Release Asset diff --git a/README.md b/README.md index d2985a1..d1578e0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Node environment manager written in rust. +## Features + +- Written in fast and safe rust +- Multiple active nodejs versions at the same time +- Configuration for project specific versions with the `engines.node` field in the package.json +- Version matching with semver expressions ## Installation