mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 17:34:39 -05:00
add build workflow
This commit is contained in:
6
.github/scripts/create-repo.sh
vendored
Executable file
6
.github/scripts/create-repo.sh
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
mkdir -p repo/
|
||||
|
||||
cp -f server/build/server-1.0-all.jar repo/
|
||||
Reference in New Issue
Block a user