Skip to content

Commit bc7b6aa

Browse files
author
Yuuki
committedJul 31, 2024
Update: c6114b7
1 parent 5461723 commit bc7b6aa

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed
 

‎.github/workflows/yuukips.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
paths:
55
- "sr/os-loc-alpine-lc"
6-
- "sr/ver_LunarCore-Private-2.3.0"
6+
- "sr/ver_LunarCore-Private-2.4.0"
77
- "sr/run.sh"
88
- "sr/entrypoint_lc.sh"
99
- ".github/workflows/yuukips.yml"
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
repository: YuukiPS/LunarCore-Private
20-
ref: "2.3.0"
20+
ref: "2.4.0"
2121
token: ${{ secrets.HUB_TOKEN }} # tes
2222
path: sr/LunarCore-Private
2323
- name: Setup Java
@@ -35,7 +35,7 @@ jobs:
3535
username: ${{secrets.DOCKER_USER_PRIVATE_GITLAB}}
3636
password: ${{secrets.DOCKER_PASSWORD_PRIVATE_GITLAB}}
3737
- name: Build Local Jar
38-
run: cd sr && chmod +x run.sh && sh run.sh alpine build 6 docker_action
38+
run: cd sr && chmod +x run.sh && sh run.sh alpine build 7 docker_action
3939
- name: Build Image Docker and Push
4040
uses: docker/build-push-action@v3
4141
with:

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DockerSR
22
DockerSR is a container that run LunarCore with just a single command.<br>
3-
./run.sh local build 6 <br>
4-
./run.sh local run 6 <br>
3+
./run.sh local build 7 <br>
4+
./run.sh local run 7 <br>

‎sr/run.sh

+7-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ useMetode="build"
1616
useResFolder="SR_Resources"
1717
useProject="LunarCore-Private"
1818
useShortProject="dockersr" # name in commet
19-
useBranchesProject="2.3.0"
20-
useBranchesRes="2.3.0-LC"
19+
useBranchesProject="2.4.0"
20+
useBranchesRes="2.4.0-LC"
2121

2222
# Version Control by User, skip if version_action
2323
if [ "$2" != "version_action" ]; then
@@ -37,10 +37,13 @@ if [ "$2" != "version_action" ]; then
3737
elif [ "$versioncontrol" = "4" ]; then # 2.2.0 (private)
3838
useBranchesProject="2.2.0"
3939
useBranchesRes="2.2.0-LC"
40-
elif [ "$versioncontrol" = "5" ]; then # 2.2.51 (private)
40+
elif [ "$versioncontrol" = "5" ]; then # 2.2.51 (private beta)
4141
useBranchesProject="2.2.51"
4242
useBranchesRes="2.2.0-LC"
43-
elif [ "$versioncontrol" = "6" ]; then # 2.3.0 (private beta)
43+
elif [ "$versioncontrol" = "6" ]; then # 2.3.0 (private)
44+
useBranchesProject="2.3.0"
45+
useBranchesRes="2.3.0-LC"
46+
elif [ "$versioncontrol" = "7" ]; then # 2.4.0 (private)
4447
echo "main project"
4548
fi
4649

‎sr/ver_LunarCore-Private-2.4.0

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c6114b7

0 commit comments

Comments
 (0)