From 03eb8d480a9eeac062704c44809080ce3755b676 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Sat, 30 Mar 2019 23:48:50 +0100 Subject: [PATCH] Don't deploy sources --- .../ButtonCore (1) (com.github.TBMCPlugins.ButtonCore).iml | 2 +- deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ButtonCore/ButtonCore (1) (com.github.TBMCPlugins.ButtonCore).iml b/ButtonCore/ButtonCore (1) (com.github.TBMCPlugins.ButtonCore).iml index 8580486..23f7a6c 100644 --- a/ButtonCore/ButtonCore (1) (com.github.TBMCPlugins.ButtonCore).iml +++ b/ButtonCore/ButtonCore (1) (com.github.TBMCPlugins.ButtonCore).iml @@ -21,7 +21,7 @@ - + diff --git a/deploy.sh b/deploy.sh index d608167..000296a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,5 @@ #!/bin/sh -FILENAME=$(find ButtonCore/target/ -maxdepth 1 ! -name '*original*' -name '*.jar') +FILENAME=$(find ButtonCore/target/ -maxdepth 1 ! -name '*original*' ! -name '*sources*' -name '*.jar') echo Found file: $FILENAME if [ $1 = 'production' ]; then