Skip to content

Commit 3dc2622

Browse files
committed
fix: change jar name on github workflows
1 parent 0cda84a commit 3dc2622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Tome of Blood ${{ env.MC_VERSION }}-${{ steps.tag_name.outputs.current_version }}
4949
body: ${{ steps.changelog_reader.outputs.changes }}
5050
tag: ${{ github.ref }}
51-
artifacts: ./build/libs/tomeofblood-${{ env.MC_VERSION }}-${{ steps.tag_name.outputs.current_version }}-all.jar
51+
artifacts: ./build/libs/tomeofblood-${{ env.MC_VERSION }}-${{ steps.tag_name.outputs.current_version }}.jar
5252
artifactContentType: application/java-archive
5353
- name: Upload to Mod Platforms
5454
uses: Kir-Antipov/[email protected]
@@ -59,7 +59,7 @@ jobs:
5959
curseforge-token: ${{ secrets.CURSEFORGE_API_KEY }}
6060

6161
files: |
62-
build/libs/tomeofblood-${{ env.MC_VERSION }}-${{ steps.tag_name.outputs.current_version }}-all.jar
62+
build/libs/tomeofblood-${{ env.MC_VERSION }}-${{ steps.tag_name.outputs.current_version }}.jar
6363
6464
name: Tome of Blood ${{ env.MC_VERSION }}-${{ steps.tag_name.outputs.current_version }}
6565
version: ${{ env.MC_VERSION }}-${{ steps.tag_name.outputs.current_version }}

0 commit comments

Comments
 (0)