Skip to content

Commit

Permalink
Only upload if not a drbug build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatMG393 committed Feb 25, 2024
1 parent abb9d43 commit 82117b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ else
# set_binary_build_type "release"
update_binary_version $TAG
get_bin_ver

echo "Setting build output: binver=$BIN_VER"
set_output "binver" $BIN_VER
fi
echo "New version: $BIN_VER"

echo "Building with GradleW"
./gradlew build

echo "Setting output: binver=$BIN_VER"
set_output "binver" $BIN_VER
./gradlew build

0 comments on commit 82117b1

Please sign in to comment.