mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
improve builds
This commit is contained in:
2
.github/scripts/create-repo.sh
vendored
2
.github/scripts/create-repo.sh
vendored
@@ -4,5 +4,7 @@ set -e
|
||||
mkdir -p repo/
|
||||
|
||||
revision=$(git rev-list master --count)
|
||||
# add zero padding
|
||||
revision=$(printf %04d $revision)
|
||||
|
||||
cp server/build/server-1.0-all.jar "repo/server-r$revision.jar"
|
||||
Reference in New Issue
Block a user