File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5050 MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
5151 MAVEN_PASSWORD : ${{ secrets.MAVEN_PASSWORD }}
5252
53+ - name : Delete common and modded artifacts, don't wanna confuse anybody with em
54+ run : rm -rf common/build/libs modded/build/libs modded/*/build/libs
55+
5356 - name : Upload build artifacts
5457 uses : actions/upload-artifact@v4
5558 with :
Original file line number Diff line number Diff line change 6060 MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
6161 MAVEN_PASSWORD : ${{ secrets.MAVEN_PASSWORD }}
6262
63+ - name : Delete common and modded artifacts, don't wanna confuse anybody with em
64+ run : rm -rf common/build/libs modded/build/libs modded/*/build/libs
65+
6366 - name : Upload to GitHub
6467 uses : softprops/action-gh-release@v2
6568 with :
You can’t perform that action at this time.
0 commit comments