File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
run : |
36
36
VERSION=$(awk -F '=' '/^version/ { print $2; }' build.properties)
37
37
BUILD=$(awk -F '=' '/build_number/ { print $2; }' build.properties)
38
- echo "forge=build/libs/Morphtool -${VERSION}-${BUILD}.jar" >> "$GITHUB_OUTPUT"
38
+ echo "forge=build/libs/Morph-o-Tool -${VERSION}-${BUILD}.jar" >> "$GITHUB_OUTPUT"
39
39
- name : Sign jars
40
40
env :
41
41
SIGNING_KEY : ${{ secrets.VIOLET_MOON_SIGNING_KEY }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function release_github() {
15
15
--method POST \
16
16
-H " Accept: application/vnd.github+json" \
17
17
-H " X-GitHub-Api-Version: 2022-11-28" \
18
- /repos/VazkiiMods/Morphtool /releases \
18
+ /repos/VazkiiMods/Morph-o-Tool /releases \
19
19
-f tag_name=" ${TAGNAME} " ) "
20
20
GH_RELEASE_PAGE=$( echo " $GH_RELEASE_RESPONSE " | jq -r .html_url)
21
21
You can’t perform that action at this time.
0 commit comments