-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Addon Upstream (SlimefunTranslation): fe056e7
- Loading branch information
Showing
4 changed files
with
3,474 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,11 @@ jobs: | |
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
run: | | ||
git config --global user.name github-actions | ||
git config --global user.email [email protected] | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v4 | ||
|
@@ -28,8 +33,7 @@ jobs: | |
- name: Apply patches | ||
shell: cmd | ||
run: | | ||
git config --global user.name github-actions | ||
git config --global user.email [email protected] | ||
git config sfaloader.setup | ||
patchTools patch --all | ||
- name: Cache Maven packages | ||
|
Submodule SlimefunTranslation
updated
30 files
Oops, something went wrong.