Skip to content

Commit

Permalink
copy additional server data from cache (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
noskill authored Dec 24, 2024
1 parent 2cbae3a commit 0433680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
env:
DISPLAY: :99
GITHUB_WORKSPACE: $GITHUB_WORKSPACE
- name: copy server cache
run: cp -r ~/server/ . ; git checkout server
- name: start minecraft server
run: cd server && ./launch.sh &
env:
Expand Down

0 comments on commit 0433680

Please sign in to comment.