25252626 with :
2727 name : VelocityTools
28- path : " */ build/libs/*.jar"
28+ path : " build/libs/*.jar"
2929 -
uses :
dev-drprasad/[email protected] 3030 if : ${{ github.event_name == 'push' }}
3131 with :
@@ -40,13 +40,13 @@ jobs:
4040 if : ${{ github.event_name == 'push' }}
4141 id : find-jar
4242 run : |
43- output="$(find plugin/ build/libs/ ! -name "*-javadoc.jar" ! -name "*-sources.jar" -type f -printf "%f\n")"
43+ output="$(find build/libs/ ! -name "*-javadoc.jar" ! -name "*-sources.jar" -type f -printf "%f\n")"
4444 echo "::set-output name=jarname::$output"
4545 - name : Release the build
4646 if : ${{ github.event_name == 'push' }}
4747 uses : ncipollo/release-action@v1
4848 with :
49- artifacts : plugin/ build/libs/${{ steps.find-jar.outputs.jarname }}
49+ artifacts : build/libs/${{ steps.find-jar.outputs.jarname }}
5050 body : ${{ join(github.event.commits.*.message, '\n') }}
5151 prerelease : true
5252 name : Dev-build ${{ steps.git-version.outputs.id }}
56565757 with :
5858 token : ${{ secrets.MODRINTH_TOKEN }}
59- file_path : plugin/ build/libs/${{ steps.find-jar.outputs.jarname }}
59+ file_path : build/libs/${{ steps.find-jar.outputs.jarname }}
6060 name : Dev-build ${{ steps.git-version.outputs.id }}
6161 version : ${{ steps.git-version.outputs.id }}
6262 changelog : ${{ join(github.event.commits.*.message, '\n') }}
0 commit comments