-
Notifications
You must be signed in to change notification settings - Fork 812
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change: Tag build artifacts more thoroughly
The mod's version string now includes extra information about the sources used to build the mod. If available, it will include the checked out revision in Git and whether or not the source tree was dirty. If no information about the build can be determined, the identifier "unknown" will be used. This is being done because too many players, against our recommendation, are downloading CI artifacts or compiling the mod themselves for daily use, and are unable to provide any information about where the build came from when they inevitably ask for technical support. Not having this information available to us makes it impossible to diagnose issues over time and creates significant burden. In the future, this information will be presented in the F3 screen.
- Loading branch information
1 parent
8efced1
commit 12886a1
Showing
3 changed files
with
39 additions
and
37 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
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 |
---|---|---|
|
@@ -15,10 +15,8 @@ jobs: | |
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 8 | ||
- name: Upload assets to CurseForge | ||
- name: Build artifacts | ||
run: ./gradlew build | ||
env: | ||
BUILD_RELEASE: ${{ github.event.prerelease == false }} | ||
- name: Upload assets to GitHub | ||
uses: AButler/[email protected] | ||
with: | ||
|
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