Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAwesomGuy committed Oct 19, 2024
2 parents 516169e + c8187d1 commit 407583b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: ./gradlew build
- id: values
run: |
echo -e "BODY=${{ inputs.release_body }}" >> $GITHUB_OUTPUT
echo "TAG=$( ls -p build/libs/ | grep -v / | head -1 | sed -e 's/\..*$//' )" >> $GITHUB_OUTPUT
echo -e "BODY=${{ inputs.release_body }}\n\n# USE THE NORMAL JAR, NOT THE `-dev` ONE!" >> $GITHUB_OUTPUT
echo "TAG=$( ls -p build/libs/ | grep -v / | head -1 | sed -e 's/\(.*\)\..*/\1/' )" >> $GITHUB_OUTPUT
# wtf did i just write up there
- name: create release
uses: svenstaro/upload-release-action@v2
Expand All @@ -44,4 +44,4 @@ jobs:
body: ${{ steps.values.outputs.BODY }}
tag: ${{ steps.values.outputs.TAG }}
file: build/libs/*
file_glob: true
file_glob: true
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# IntelFix

Fixing Intel rendering on even older Minecraft versions!

This mod should work on all versions with FML (1.2.5+).

0 comments on commit 407583b

Please sign in to comment.