From 9e8b7aed89e0114663f5ca7bf9d699ce5c989cc1 Mon Sep 17 00:00:00 2001 From: deepu105 Date: Sat, 17 Apr 2021 21:51:01 +0200 Subject: [PATCH] fix CD script --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4af31b39..571ae26e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -54,7 +54,7 @@ jobs: shell: bash run: | cd target/${{ matrix.target }}/release - BINARY_NAME=spt${{ matrix.binary_postfix }} + BINARY_NAME=kdash${{ matrix.binary_postfix }} strip $BINARY_NAME RELEASE_NAME=kdash-${{ matrix.artifact_prefix }} tar czvf $RELEASE_NAME.tar.gz $BINARY_NAME