-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port to 1.21.3 (my dumb ass hardcoded the 1.21.2 version ( ⌯᷄ ·̫ ⌯᷅ก ))
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 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 |
---|---|---|
|
@@ -32,7 +32,9 @@ jobs: | |
declare -g $1="$2" | ||
} | ||
set_var JAR_FILE $(eval echo fabric/build/libs/ExtremeSoundMuffler-*_*-*.jar) | ||
set_var MOD_VERSION $(echo ${JAR_FILE%.*} | cut -d- -f2) | ||
set_var V1=$(echo "$JAR_FILE" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | head -1) | ||
set_var V2=$(echo "$JAR_FILE" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | tail -1) | ||
set_var MOD_VERSION $(echo "${V1}-${V2}") | ||
- name: Publish Minecraft Mods NeoForge Edition | ||
uses: Kir-Antipov/[email protected] | ||
|
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 +1 @@ | ||
|
||
port to 1.21.2(3) |
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