File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
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-fabric- ${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}.jar /build/libs/lambda-fabric -${{ 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
5959 - name : Failover Upload
6060 if : steps.upload.conclusion == 'failure' || github.event_name == 'pull_request'
You can’t perform that action at this time.
0 commit comments