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 @@ -49,15 +49,15 @@ jobs:
4949 run : ./gradlew publish -PmavenType=snapshots -PcommitHash=${{ env.COMMIT_HASH }} -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
5050
5151 - name : Generate Summary
52- if : ${{ steps.upload.outputs.result == 'success' }}
52+ if : steps.upload.conclusion == 'success'
5353 run : |
5454 https://maven.lambda-client.org/snapshots/com/lambda/lambda/1.0.0+1.21.5/lambda-1.0.0+1.21.5.jar
5555 cat << EOF >> $GITHUB_STEP_SUMMARY
5656 ### [Lambda ${{ steps.all.outputs.modVersion }} ${{ steps.all.outputs.minecraftVersion }} (${{ env.COMMIT_HASH }})](${{ secrets.MAVEN_URL }}/snapshots/com/lambda/lambda/${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}-${{ env.COMMIT_HASH }}/lambda-${{ steps.all.outputs.modVersion }}+${{ steps.all.outputs.minecraftVersion }}-${{ env.COMMIT_HASH }}.jar))
5757 EOF
5858
5959 - name : Failover Upload
60- if : ${{ steps.upload.outputs.result == 'failure' }}
60+ if : steps.upload.conclusion == 'failure'
6161 uses : actions/upload-artifact@v4
6262 with :
6363 name : lambda-nightly
You can’t perform that action at this time.
0 commit comments