[RELEASE CI] fix build issues

This commit is contained in:
Aria Moradi 2021-01-22 01:55:41 +03:30
parent 2847554b8f
commit a3b17365b7
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
#!/bin/bash #!/bin/bash
cp ../master/repo/server-r* . cp ../master/repo/* .
new_build=$(ls | tail -1) new_build=$(ls | tail -1)
echo "New build file name: $new_build" 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.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]" git config --global user.name "github-actions[bot]"
git status git status

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -e
mkdir -p repo/ mkdir -p repo/