File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454
5555 - name : Rename jar
5656# if: steps.upload.conclusion == 'failure' || github.event_name == 'pull_request'
57- run : mv / build/libs/lambda-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar / build/libs/lambda-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}-${{ env.COMMIT_HASH }}.jar
57+ run : mv build/libs/lambda-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar build/libs/lambda-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}-${{ env.COMMIT_HASH }}.jar
5858
59- - name : Failover Upload
59+ - name : Upload
6060# if: steps.upload.conclusion == 'failure' || github.event_name == 'pull_request'
6161 uses : actions/upload-artifact@v4
6262 with :
You can’t perform that action at this time.
0 commit comments