Try fixing CD pipeline 2

pull/6/head v0.2.20
Arijit Basu 3 years ago
parent 5f791406ce
commit 86c27d4eed
No known key found for this signature in database
GPG Key ID: 7D7BF809E7378863

@ -58,7 +58,7 @@ jobs:
shell: bash
run: |
cd target/${{ matrix.target }}/release
BINARY_NAME=spt${{ matrix.binary_postfix }}
BINARY_NAME=xplr${{ matrix.binary_postfix }}
strip $BINARY_NAME
RELEASE_NAME=xplr-${{ matrix.artifact_prefix }}
tar czvf $RELEASE_NAME.tar.gz $BINARY_NAME

@ -5,6 +5,11 @@ A hackable, minimal, fast TUI file explorer, stealing ideas from <a href="https:
</p>
<p align="center">
<a href="https://crates.io/crates/xplr" target="_blank">
<img src="https://img.shields.io/crates/v/xplr.svg" />
</a>
<a href="https://github.com/sayanarijit/xplr/actions/workflows/ci.yml" target="_blank">
<img src="https://github.com/sayanarijit/xplr/actions/workflows/ci.yml/badge.svg" />
</a>

Loading…
Cancel
Save