Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Enn3Developer committed May 26, 2024
1 parent 311f4aa commit e5dcf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

# Check if version parameter is provided
if [ "$#" -ne 1 ]; then
if [ "$#" -ne 2 ]; then
echo "Version number is required."
echo "Usage: ./build.sh [version]"
exit 1
Expand Down

0 comments on commit e5dcf19

Please sign in to comment.