Skip to content

Commit

Permalink
Update server-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yatinappsmith authored Nov 26, 2024
1 parent 8cb0bee commit c1bfa6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,11 @@ jobs:
git lfs pull ./server.jar
mv ./server.jar ../../../../../server.jar
cd ../../../../../
tar -xzvf ./server.jar
# tar -xzvf ./server.jar

- uses: actions/checkout@v2
- name: Setup upterm session
uses: lhotari/action-upterm@v1

# Restore the previous built bundle if present. If not push the newly built into the cache
- name: Restore the previous bundle
Expand Down

0 comments on commit c1bfa6b

Please sign in to comment.