File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 if : ${{ steps.versioning.outputs.IS_RELEASE == 'true' }}
6868 uses : softprops/action-gh-release@v2
6969 with :
70- files : build/libs/AntiNetherite -*-all.jar
70+ files : build/libs/antinetherite -*-all.jar
7171 generate_release_notes : true
7272 env :
7373 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7676 if : ${{ steps.versioning.outputs.IS_RELEASE == 'false' }}
7777 uses : actions/upload-artifact@v4
7878 with :
79- name : AntiNetherite -${{ env.VERSION }}
79+ name : antinetherite -${{ env.VERSION }}
8080 path : build/libs
8181
8282 - name : Publish to Modrinth
8585 with :
8686 modrinth-id : " 48MWikJI"
8787 modrinth-token : ${{ secrets.MODRINTH_TOKEN }}
88- files : build/libs/AntiNetherite -*-all.jar
89- name : AntiNetherite ${{ env.VERSION }}
88+ files : build/libs/antinetherite -*-all.jar
89+ name : antinetherite- ${{ env.VERSION }}
9090 version : ${{ env.VERSION }}
9191 changelog : ${{ steps.changelog.outputs.CHANGELOG }}
9292 loaders : |
You can’t perform that action at this time.
0 commit comments