mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Tries to fix issues
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
8c60bc2668
commit
f2b7d1f2c2
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ release() {
|
|||
echo "EXTENSION=zip" >> $GITHUB_OUTPUT
|
||||
else
|
||||
|
||||
if upx --best --lzma "$bin_path"; then
|
||||
if upx --best --lzma "navi"; then
|
||||
log::info "upx succeeded"
|
||||
else
|
||||
log::info "upx failed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue