diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34131ef..07ec261 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: Get filename id: filename shell: sh - run: echo ::set-output name=FILENAME::"lsi_${GITHUB_REF#refs/tags/}_${{ matrix.name }}.${{ matrix.extension }}" + run: echo "FILENAME=lsi_${GITHUB_REF#refs/tags/}_${{ matrix.name }}.${{ matrix.extension }}" >> $GITHUB_OUTPUT - name: Tar (Unix) if: matrix.os != 'windows-latest' diff --git a/Cargo.lock b/Cargo.lock index bef90e7..38151b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,7 +804,7 @@ dependencies = [ [[package]] name = "ls-interactive" -version = "1.5.0" +version = "1.6.0" dependencies = [ "console", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 3155936..0c186a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ls-interactive" description = "Interactive ls command" -version = "1.5.0" +version = "1.6.0" authors = ["Araxeus "] homepage = "https://github.com/Araxeus/ls-interactive" license = "MIT"