diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e5d37d3..8f8a80c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -91,8 +91,7 @@ jobs: run: | cd target/${{ matrix.target }}/release BINARY_NAME=xplr - strip $BINARY_NAME - RELEASE_NAME=xplr-${{ matrix.build }} + RELEASE_NAME=$BINARY_NAME-${{ matrix.build }} tar czvf $RELEASE_NAME.tar.gz $BINARY_NAME shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256 cat <(echo "${{ secrets.GPG_PASS }}") | gpg --pinentry-mode loopback --passphrase-fd 0 --detach-sign --armor $RELEASE_NAME.tar.gz diff --git a/docs/en/src/awesome-plugins.md b/docs/en/src/awesome-plugins.md index afd8bab..13e4949 100644 --- a/docs/en/src/awesome-plugins.md +++ b/docs/en/src/awesome-plugins.md @@ -54,6 +54,7 @@ of the following plugins work for you, it's very easy to with zentable.xplr. - [**hartan/web-devicons.xplr**][59] Adds [nvim-web-devicons][60] to xplr with optional coloring +- [**duganchen/one-table-column.xplr**][62] Moves file stats to a status bar. ## Also See: @@ -120,3 +121,4 @@ of the following plugins work for you, it's very easy to [59]: https://gitlab.com/hartan/web-devicons.xplr [60]: https://github.com/nvim-tree/nvim-web-devicons [61]: https://github.com/sayanarijit/tree-view.xplr +[62]: https://github.com/duganchen/one-table-column.xplr