Skip to content

Commit

Permalink
fix CD script
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Apr 17, 2021
1 parent 7cdc386 commit 9e8b7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e8b7ae

Please sign in to comment.