Skip to content

Commit

Permalink
fix: name the bin specifying that it's just the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnarus-G committed Feb 2, 2024
1 parent fd6451f commit 34a9806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "BUILT_ARCHIVES=$OUTPUT_DIR" >> $GITHUB_OUTPUT
BIN=maccel
ARCHIVE=$BIN.tar.gz
ARCHIVE=$BIN-cli.tar.gz
BIN_PATH=maccel-cli/target/release/$BIN
strip $BIN_PATH;
Expand All @@ -43,7 +43,7 @@ jobs:
mv $ARCHIVE $OUTPUT_DIR
- name: Name Release
run: echo "RELEASE_NAME=${GITHUB_REPOSITORY#*/} ${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
run: echo "RELEASE_NAME=${GITHUB_REPOSITORY#*/}-cli ${GITHUB_REF_NAME#v}" >> $GITHUB_ENV

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 34a9806

Please sign in to comment.