Skip to content

Commit

Permalink
fix: cli release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnarus-G committed Aug 10, 2024
1 parent c79957b commit 6e3562b
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 @@ -35,12 +35,12 @@ jobs:
BIN=maccel
ARCHIVE=$BIN-cli.tar.gz
BIN_PATH=cli/target/release/$BIN
BIN2_PATH=cli/usbmouse/target/release/$BIN
BIN2_PATH=cli/usbmouse/target/release/$BIN-driver-binder
strip $BIN_PATH;
strip $BIN2_PATH;
cp -r $BIN_PATH $BIN2_PATH LICENSE $ARTIFACTS_FOLDER
cp -r $BIN_PATH $BIN2_PATH LICENSE README.md TWO_IMPLEMENTATIONS.md $ARTIFACTS_FOLDER
tar -caf $ARCHIVE $ARTIFACTS_FOLDER/*
Expand Down

0 comments on commit 6e3562b

Please sign in to comment.