Skip to content

Commit 4fe97fa

Browse files
committed
oops
1 parent 3ca7521 commit 4fe97fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
VERSION=$(awk -F '=' '/^version/ { print $2; }' build.properties)
3737
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"
3939
- name: Sign jars
4040
env:
4141
SIGNING_KEY: ${{ secrets.VIOLET_MOON_SIGNING_KEY }}

scripts/upload_releases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function release_github() {
1515
--method POST \
1616
-H "Accept: application/vnd.github+json" \
1717
-H "X-GitHub-Api-Version: 2022-11-28" \
18-
/repos/VazkiiMods/Morphtool/releases \
18+
/repos/VazkiiMods/Morph-o-Tool/releases \
1919
-f tag_name="${TAGNAME}")"
2020
GH_RELEASE_PAGE=$(echo "$GH_RELEASE_RESPONSE" | jq -r .html_url)
2121

0 commit comments

Comments
 (0)