Skip to content

Commit

Permalink
56ffe13 (4.6), b893098 (4.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuki committed Jul 15, 2024
1 parent 289ffb8 commit 3d311f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yuukipsv1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths:
- "gs/os-loc-alpine-gc"
- "gs/ver_GSServer-GC-4.6-brokebroke"
- "gs/ver_GSServer-GC-4.6"
- "gs/run.sh"
- "gs/entrypoint_gc.sh"
- ".github/workflows/yuukipsv2.yml"
Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: YuukiPS/GSServer-GC
ref: "4.6-brokebroke"
ref: "4.6"
token: ${{ secrets.HUB_TOKEN }}
path: gs/GSServer-GC
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion gs/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ "$2" != "version_action" ]; then
userHub="registry.gitlab.com/yuukips"
elif [ "$versioncontrol" = "22" ]; then # for private
mainProject="yuukigc"
useBranchesProject="4.6-brokebroke"
useBranchesProject="4.6"
useBranchesRes="4.6"
useShortProject="yuukips"
useProject="GSServer-GC"
Expand Down
1 change: 1 addition & 0 deletions gs/ver_GSServer-GC-4.6
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
56ffe13
2 changes: 1 addition & 1 deletion gs/ver_GSServer-GC-4.7
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b0345d1
b893098

0 comments on commit 3d311f1

Please sign in to comment.