File tree 5 files changed +30
-0
lines changed
5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,13 @@ runs:
108
108
cat $RECEIPT_FILE >> $GITHUB_STEP_SUMMARY
109
109
shell : bash
110
110
- name : Archive receipt
111
+ id : upload-artifact
111
112
uses : actions/upload-artifact@v4
112
113
with :
113
114
name : experiment-1-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
114
115
path : gradle-enterprise-gradle-build-validation/.data/01-validate-incremental-building/latest*/exp1-*.receipt
116
+ - name : Add artifact link to summary
117
+ run : |
118
+ echo "-------------" >> $GITHUB_STEP_SUMMARY
119
+ echo "Download receipt: ${{ steps.upload-artifact.outputs.artifact-url }}" >> $GITHUB_STEP_SUMMARY
120
+ shell : bash
Original file line number Diff line number Diff line change @@ -116,7 +116,13 @@ runs:
116
116
cat $RECEIPT_FILE >> $GITHUB_STEP_SUMMARY
117
117
shell : bash
118
118
- name : Archive receipt
119
+ id : upload-artifact
119
120
uses : actions/upload-artifact@v4
120
121
with :
121
122
name : experiment-2-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
122
123
path : gradle-enterprise-gradle-build-validation/.data/02-validate-local-build-caching-same-location/latest*/exp2-*.receipt
124
+ - name : Add artifact link to summary
125
+ run : |
126
+ echo "-------------" >> $GITHUB_STEP_SUMMARY
127
+ echo "Download receipt: ${{ steps.upload-artifact.outputs.artifact-url }}" >> $GITHUB_STEP_SUMMARY
128
+ shell : bash
Original file line number Diff line number Diff line change @@ -116,7 +116,13 @@ runs:
116
116
cat $RECEIPT_FILE >> $GITHUB_STEP_SUMMARY
117
117
shell : bash
118
118
- name : Archive receipt
119
+ id : upload-artifact
119
120
uses : actions/upload-artifact@v4
120
121
with :
121
122
name : experiment-3-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
122
123
path : gradle-enterprise-gradle-build-validation/.data/03-validate-local-build-caching-different-locations/latest*/exp3-*.receipt
124
+ - name : Add artifact link to summary
125
+ run : |
126
+ echo "-------------" >> $GITHUB_STEP_SUMMARY
127
+ echo "Download receipt: ${{ steps.upload-artifact.outputs.artifact-url }}" >> $GITHUB_STEP_SUMMARY
128
+ shell : bash
Original file line number Diff line number Diff line change @@ -116,7 +116,13 @@ runs:
116
116
cat $RECEIPT_FILE >> $GITHUB_STEP_SUMMARY
117
117
shell : bash
118
118
- name : Archive receipt
119
+ id : upload-artifact
119
120
uses : actions/upload-artifact@v4
120
121
with :
121
122
name : experiment-1-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
122
123
path : gradle-enterprise-maven-build-validation/.data/01-validate-local-build-caching-same-location/latest*/exp1-*.receipt
124
+ - name : Add artifact link to summary
125
+ run : |
126
+ echo "-------------" >> $GITHUB_STEP_SUMMARY
127
+ echo "Download receipt: ${{ steps.upload-artifact.outputs.artifact-url }}" >> $GITHUB_STEP_SUMMARY
128
+ shell : bash
Original file line number Diff line number Diff line change @@ -116,7 +116,13 @@ runs:
116
116
cat $RECEIPT_FILE >> $GITHUB_STEP_SUMMARY
117
117
shell : bash
118
118
- name : Archive receipt
119
+ id : upload-artifact
119
120
uses : actions/upload-artifact@v4
120
121
with :
121
122
name : experiment-2-receipt-${{ github.job }}${{ strategy.job-total > 1 && format('-{0}', strategy.job-index) || '' }}
122
123
path : gradle-enterprise-maven-build-validation/.data/02-validate-local-build-caching-different-locations/latest*/exp2-*.receipt
124
+ - name : Add artifact link to summary
125
+ run : |
126
+ echo "-------------" >> $GITHUB_STEP_SUMMARY
127
+ echo "Download receipt: ${{ steps.upload-artifact.outputs.artifact-url }}" >> $GITHUB_STEP_SUMMARY
128
+ shell : bash
You can’t perform that action at this time.
0 commit comments