-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8572700
commit 24ada2c
Showing
4 changed files
with
23 additions
and
26 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 |
---|---|---|
|
@@ -28,9 +28,16 @@ jobs: | |
with: | ||
arguments: build --stacktrace | ||
|
||
- name: Upload artifacts GitHub | ||
- name: Upload Fabric artifacts GitHub | ||
uses: AButler/[email protected] | ||
|
||
with: | ||
files: 'build/libs/*.jar;!build/libs/*-dev.jar' | ||
files: 'fabric/build/libs/*.jar;!forge/build/libs/*-dev.jar' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Upload Forge artifacts GitHub | ||
uses: AButler/[email protected] | ||
|
||
with: | ||
files: 'forge/build/libs/*.jar;!forge/build/libs/*-dev.jar' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} |
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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
## Version 1.4.0 | ||
* Update to 1.19 | ||
* Replace custom localization class with vanilla's `Text.translatable` | ||
## Version 1.5.0 | ||
* Update to 1.19.2 | ||
* Switch config to use properties (fabric and quilt only) | ||
* Support forge! |
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