Skip to content

Commit

Permalink
chg - Corrected the packing script
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed May 31, 2024
1 parent d55b1b1 commit 4eb76ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ ! $? == 0 ]; then
fi

# Inform success
mv ~/tmp/$version-cli.zip .
mv ~/tmp/$version-cli-48.zip .
mv /tmp/$version-cli.zip .
mv /tmp/$version-cli-48.zip .
echo Build and pack successful.
exit 0

0 comments on commit 4eb76ba

Please sign in to comment.