Skip to content

Commit 34a9806

Browse files
committed
fix: name the bin specifying that it's just the cli
1 parent fd6451f commit 34a9806

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Release_CLI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "BUILT_ARCHIVES=$OUTPUT_DIR" >> $GITHUB_OUTPUT
3131
3232
BIN=maccel
33-
ARCHIVE=$BIN.tar.gz
33+
ARCHIVE=$BIN-cli.tar.gz
3434
BIN_PATH=maccel-cli/target/release/$BIN
3535
3636
strip $BIN_PATH;
@@ -43,7 +43,7 @@ jobs:
4343
mv $ARCHIVE $OUTPUT_DIR
4444
4545
- name: Name Release
46-
run: echo "RELEASE_NAME=${GITHUB_REPOSITORY#*/} ${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
46+
run: echo "RELEASE_NAME=${GITHUB_REPOSITORY#*/}-cli ${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
4747

4848
- name: Release
4949
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)