Skip to content

Commit

Permalink
Correct installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heipiao233 committed Oct 31, 2024
1 parent cc2f7f5 commit 9a41866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
uses: softprops/action-gh-release@v2
if: inputs.do_release
with:
tag_name: v${{ inputs.pillow_v }}
tag_name: ${{ inputs.pillow_v }}
files: pillow-${{ inputs.pillow_v }}-installer.jar
body: Installer is from NeoForge ${{ inputs.neo_v }}, with Fabric Loader ${{ inputs.fabric_v }}.

0 comments on commit 9a41866

Please sign in to comment.