From a3b17365b7a82d9690c0ef0a918000e58c0e7f74 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 22 Jan 2021 01:55:41 +0330 Subject: [PATCH] [RELEASE CI] fix build issues --- .github/scripts/commit-repo.sh | 4 +++- .github/scripts/create-repo.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/scripts/commit-repo.sh b/.github/scripts/commit-repo.sh index 6930ff1..2c3964f 100755 --- a/.github/scripts/commit-repo.sh +++ b/.github/scripts/commit-repo.sh @@ -1,9 +1,11 @@ #!/bin/bash -cp ../master/repo/server-r* . +cp ../master/repo/* . new_build=$(ls | tail -1) echo "New build file name: $new_build" +cp -f $new_build Tachidesk-latest.jar + git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" git status diff --git a/.github/scripts/create-repo.sh b/.github/scripts/create-repo.sh index 048d83e..0fa1351 100755 --- a/.github/scripts/create-repo.sh +++ b/.github/scripts/create-repo.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e + mkdir -p repo/