Skip to content

Commit

Permalink
remove github release
Browse files Browse the repository at this point in the history
  • Loading branch information
najoan125 committed Sep 27, 2024
1 parent 40b80e3 commit 109068a
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,4 @@ jobs:
changelog: ${{ inputs.changelog }}
version-type: ${{ inputs.version-type }}
game-versions: ${{ steps.properties.outputs.minecraft_version_range }}
loaders: fabric quilt

- name: Upload artifacts to GitHub
uses: Kir-Antipov/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
files: |
fabric/build/libs/!(*-@(dev|sources|all|javadoc)).jar
neoforge/build/libs/!(*-@(dev|sources|all|javadoc)).jar
forge/build/libs/!(*-@(dev|sources|all|javadoc)).jar
name: Korean Chat Patch ${{ steps.properties.outputs.mod_version }} for Minecraft ${{ steps.properties.outputs.minecraft_version }} # release title
version: mc${{ steps.properties.outputs.minecraft_version }}-${{ steps.properties.outputs.mod_version }} # create tag
changelog: ${{ inputs.changelog }} # release desc.
version-type: ${{ inputs.version-type }} # release or pre-release
loaders: fabric quilt

0 comments on commit 109068a

Please sign in to comment.