Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Vazkii committed Feb 2, 2024
1 parent 3ca7521 commit 4fe97fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
VERSION=$(awk -F '=' '/^version/ { print $2; }' build.properties)
BUILD=$(awk -F '=' '/build_number/ { print $2; }' build.properties)
echo "forge=build/libs/Morphtool-${VERSION}-${BUILD}.jar" >> "$GITHUB_OUTPUT"
echo "forge=build/libs/Morph-o-Tool-${VERSION}-${BUILD}.jar" >> "$GITHUB_OUTPUT"
- name: Sign jars
env:
SIGNING_KEY: ${{ secrets.VIOLET_MOON_SIGNING_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/upload_releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function release_github() {
--method POST \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/VazkiiMods/Morphtool/releases \
/repos/VazkiiMods/Morph-o-Tool/releases \
-f tag_name="${TAGNAME}")"
GH_RELEASE_PAGE=$(echo "$GH_RELEASE_RESPONSE" | jq -r .html_url)

Expand Down

0 comments on commit 4fe97fa

Please sign in to comment.