Skip to content

Commit

Permalink
Merge pull request #44 from Araxeus/pr-v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus authored Mar 12, 2023
2 parents eebf883 + 35f1d4b commit 8759218
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ls-interactive"
description = "Interactive ls command"
version = "1.5.0"
version = "1.6.0"
authors = ["Araxeus <[email protected]>"]
homepage = "https://github.com/Araxeus/ls-interactive"
license = "MIT"
Expand Down

0 comments on commit 8759218

Please sign in to comment.