We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd2c92 + 681af2c commit 5e90db3Copy full SHA for 5e90db3
.github/workflows/build-run-applications.yml
@@ -224,15 +224,15 @@ jobs:
224
fi
225
- name: Upload test results
226
uses: actions/upload-artifact@v4
227
- if: github.ref_name == 'master' && env.files_exist == 'true'
+ if: github.ref_name == 'master' && env.benchmark_files_exist == 'true'
228
with:
229
name: ${{ env.BENCHMARK_RESULT_NAME }}
230
path: |
231
benchmark_*.md
232
benchmark_*.json
233
- name: Update benchmark release
234
uses: pyTooling/Actions/releaser@r0
235
236
237
token: ${{ secrets.GITHUB_TOKEN }}
238
files: |
0 commit comments