mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-26 00:31:49 +01:00
[RELEASE CI] fix build issues
This commit is contained in:
parent
2847554b8f
commit
a3b17365b7
4
.github/scripts/commit-repo.sh
vendored
4
.github/scripts/commit-repo.sh
vendored
@ -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
|
||||||
|
2
.github/scripts/create-repo.sh
vendored
2
.github/scripts/create-repo.sh
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
|
||||||
|
|
||||||
mkdir -p repo/
|
mkdir -p repo/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user